The slides from the class are available online here:
https://melbdjango.github.io/lesson-two/
Important: Please take the survey if you came to the class today.
If you did the homework last week, you should already have a virtualenv that you can use this week.
- Fork this repository
- Clone the repo to your own machine
- Normalise the model we created in class by creating new Django models that better express the relationships. You'll need to add ForeignKey relationships between your models and our existing one.
- Update
admin.py
so all your new models show - Bonus Points: Use Django's migrations in a way that allows us to keep existing data in our model
When you've completed some or all of the homework please make a Pull Request against this repository. If you submit your work before Wednesday evening we'll give you feedback before the next class.
Install reveal-md with npm and use that to display the class slides.
npm install -g reveal-md
cd slides
reveal-md CLASS.md --theme melbdjango