Introduction
  • Introduction
  • What you should know
Setting up Django for Development
  • What is Django
  • Installing Python and Django
  • Creating Django Project in Virtual Environment
  • Building an App with Django
Django Models and Administration
  • MVC Architecture in Django
  • Models in Django
  • Understanding The Models for EMS
  • Implementing Models and Fields
  • Migrations in Django
  • Managing Data with Django Admin
  • Django ORM with Shell
URLs and Views in Django
  • URL Patterns in Django
  • Implementing URLs in Django
  • Implementing Views in Django
Building Templates with Django
  • Django Templates
  • Building First Django Template
  • Creating Details Page for Employees
  • Structuring Templates the Right Way
  • Designing Details Page with Bootstrap 5
  • Adding Static Files in Django
  • Applying URLs to Details Page