1. Django Model-View-Template Architectural Pattern.html
2. Preparing the productive work environment.html
3. Create & Register a Django App
4. Create & Register a Django App - Overview.html
5. Which command allows us to create a new app in Django.html
6. How should we register a newly created Django app in our Django project.html
7. Basic Django File Structure (Simplified).html
8. Create, Import, and Register Models
9. Create, Import, and Register Models - Overview.html
10. How do we add models to the Django app.html
11. Which commands should we run to synchronise models.py with the database.html
12. Prepare Blank Django Template Files and Folder structure
13. Create a comment form
14. Create a comment form - Overview.html