Introduction
  • Introduction
System Preparation
  • Setting up prerequisites
Developing the application
  • What are Django projects and Apps and how to set them up
  • Setting up MySQL Server for Django
  • Creating Django Models and Input Data in Admin
  • Customizing Django Admin Portal
  • Setting up Django Templates URLs Paths & Views
  • Inputing Data through the Front End
  • Listing Object From the Database on Front End
  • Clearing Data Entry form after saving
  • Add static files to Django Application
  • Adding Bootstrap to Django