- Setup virtualenv in Python
- Create django project
Setings.py
explained
manage.py
commands
- Build-in components
- Build our own app/component (idk)
- Create Product Objects in the Python Shell (
manage.py shell
)
- Create New Model Fields
- Change a Model (without deleting database)
- Default Homepage to Custom Homepage
- URL Routing and Requests
- Django Templates
- Django Templating Engine Basics
- Include Template Tag
- Rendering Context in a Template
- For Loop in a Template
- Using Conditions in a Template
- Template Tags filters
- Render data from the Database with a Model
- How Django Templates Load with Apps