Django
Django
Slides 4
What is Backend Development?
Key Responsibilities:
Slides 6 7 8
Introduction to Django Framework
What is Django?
Why Django? ◦
"Batteries-included" philosophy with built-in features ◦ Scalable and secure ◦ Extensive community
support
SLIDES 7
Automatic Admin Interface: Built-in administrative interface for easy data management
SLIDES 8
Template: Contains static parts of the desired HTML output as well as some special syntax describing
how dynamic content will be inserted
◦ Controller (URLs and Views): Handles user input and interaction, mapped via URL
WEEK 3
SLIDES 6
Applying Migrations
Check Migration Status: You can check the applied migrations using THIS
Lecture number 4
Slides 4 and 5:
Lecture 7