Blog Website Script in Django

Hello World, Welcome to ProjectsPlaza.com. This is a blog script built with Django 3 and bootstrap 3. In this script, Admin can add posts with comma-separated tags, categories, and pages. Users will see the posts with tags and published dates. Users can view posts according to the category or tag or post title. ## Frontend Features 1. Home page with post list 2. Pages list in the menu 3. Contact Us Page 4. Search posts by title 5. Filter posts according to tags 6. Filter posts according to category ## Admin Features 1. Post Panel 2. Category Panel 3. Pages Panel 4. Contact Queries 5. Taggin Model ## How to run this script - Download the zip file and extract - Activate virtual environment - Start the script with the following command - py manage.py runserver - http://127.0.0.1:8000/blogScript/