Posts

Showing posts from March, 2020

Blog Website Script in Django

Image
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/

Client FollowUp Script

Image
Client FollowUp Script : This is client followup script built with Codeigniter 3 and bootstrap 4. There are two panels in this script, One is for admin and another is for the viewer. A viewer can send enquiries and see the content provided by the admin. Admin can add services, manage online queries, add enquiries manually, manage followups of the enquiries, etc.

Courier Tracking Script in Django

Image
Courier Tracking Script in Django : This is a courier tracking script is built with Django 2 and bootstrap 4. In this script, Admin can add services from the backend panel and show it on the home page. User can track their courier status from this application. Users can also send contact queries to the admin.