Demo code for the course "Working with Django Models" on Pluralsight.
There's a commit for each module in the course, as well as a tag:
- Project start
- After Module 3:Model Classes and Instances
- Starting Module 4: Django Module Fields
- Exercise: Model Field Options
- Solution: Model Field Options
- Exercise: Many-To-Many
- Solution: Many-To-Many
- Starting Module 5: Managers and QuerySets
- Starting Module 6: Customizing Model Behaviour
- Starting Module 7: Migrations
- Starting Module 8: Optimizing Your Code
- After Module 8