Momentum logo
Team 14 Classroom

🐻 Welcome to Advanced Back End 🐻

Posted on Sep 6th, 2022

⚠️ You only need to read this post if you are on the back end team 🐻

πŸ—“οΈ Today’s Topics

🎯 Project: Habit Tracker

You’ll be working on Habit Tracker this week.

It’s important to read the project requirements thoroughly and to 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 – that means you can see and work with them at least in the admin (and ideally in the Django shell) and they do what they are supposed to do.
  • You should be able to create habits and associated daily records in the Django shell (I recommend using shell_plus which is available when you have django-extensions installed).

πŸ“– Read | πŸ“Ί Watch | 🎧 Listen

These are this week’s required readings, videos, and/or podcasts. Read, watch, or listen, and take notes.

Deployment

Databases & Data Modeling

Debugging

πŸ”– Resources

Authentication, Registration, and the User Model in Django

Deployment & Other Useful Stuff

πŸ‘Ύ Code

Back to home