Django Views
Posted on Jun 3rd, 2020
Today we’re digging deeper into views and forms. We’ll still be doing plenty with models: remember a view is “a view into the models.”
Project
Today you should start building out the views and forms for your project. By tomorrow, you should be able to add new models (code snippets, card decks, habits) at a minimum.
Videos
Resources
- Creating Interactive Views in Django - great post really breaking down views