Demo code for the course "Django: Getting Started" on Pluralsight.
There's a commit for each module in the course, as well as a tag:
- After Module 1: Starting a Django Project
- After Module 2: Creating a Simple Web Page
- After Module 3: Setting Up a Data Model
- After Module 4: Combining Model, View and Template
- After Module 5: URLs and Link Building
- After Module 6: Templates, Styling and Static Content
- After Module 7: Adding User Interaction with ModelForms
- Bonus: Editing and Deleting Meetings