Friday¶
Readings¶
You should skim these before the beginning of the next week:
These readings will support your work on the Data Model for our Django Imager website.
- Django Models API
- Django Model Managers
- Django’s Signal Framework, Built-In Signals and Signal Handling (You’ll also want to read up on using the new App Config system to register signals and signal handlers)
- Django Testing (familiarize yourself both with writing and running tests and with the tools Django provides for testing.
- Using Dynamic Test Fixtures with Factory Boy (in particular pay attention to using Factory Boy with Django)
- Django Migrations
Assignments¶
- Walk Through the Django Tutorial (Due Monday Morning)
- Group Project: Daily Standup
- Group Project: Final Presentation
- Today I learned...
- Group Project: Personal Retrospective (Due Monday Morning)