π Welcome to Advanced Back End π
Posted on Jul 6th, 2021
β οΈ You only need to read this post if you are in the back-end group.
π Todayβs Topics
- Deploying Django applications to Heroku
- Using PostgreSQL with Django
π― Project: Habit Tracker
Youβll be working on Habit Tracker this week.
Itβs important to read the project requirements thoroughly and start to think about how you would do this project.
First steps: generate the project skeleton; make sure you are using Postgres; deploy to Heroku; and design your models. Make sure to create a diagram showing model fields and relationships. Talk through with each other how you are thinking about this.
By tomorrow:
- Your application should be deployed to Heroku.
- Your models should be functional.
- You should be able to create habits and associated daily records in the django shell (I recommend using
shell_plus
which is available fromdjango-extensions
).
π Read | πΊ Watch | π§ Listen
These are this weekβs required readings, videos, and/or podcasts. Read, watch, or listen, take notes, and come prepared to discuss what you learned.
Deployment
- π Full Stack Python: Deployment
- π Heroku Reference: Deploying Django Apps to Heroku
- π§ Deploying and Running Django Web Apps in 2021
Databases & Data Modeling
- π Full Stack Python: Databases
- π Full Stack Python: ORMs
- π Class-Responsibility-Collaborator Model (CRC)
- πΊ Entity Relationship Diagrams (ERD), from Lucid Chart