Table of Contents
- Introduction to Django
- An Overview of the MTV Architecture
- Understanding Django Settings
- Django Admin Utility
- Interacting with the Database using Query Sets
- Enhancing your Project
- Understanding Models
- Django Views
- Django Templates
- URL and Regex
- Forms in Django
- Setting up a Project
- The Account app
- The Genre app
- The Post app
- Deploying the Website