π¦ π¦ More Django π¦ π¦
Posted on Feb 27th, 2023
Week of Feb 27
This week, we will be building a music collection app with Django. Each day, we will take a closer look at the components of a Django app. The plan (will adjust as needed) is:
-
Monday:
- review and questions
- setup and virtual environments
- Django models
- database & migrations
- π§πΌRebeccaβs Todos code example
- Tuesday:
- What makes a βpageβ in a Django app:
- url
- view
- template
- form (sometimes)
- Django template language
- What makes a βpageβ in a Django app:
- Wednesday:
- ORM and queries
- using the shell to interact with the database
- Debugging with Django Debug Toolbar
- ORM and queries
- Thursday:
- Remaining questions and debugging
π― Project
- Django Music
- Due Friday, March 3. We will work on this progressively throughout the week.
π Reference Material
- MDN Django
- Pretty Printed Django Videos
- Corey Schaefer Django Tutorials
- Mosh Django Tutorial
- Real Python Django Tutorial