Momentum logo
Team 12 Classroom

Getting Used to Working in Django

Posted on May 3rd, 2022

🗓️ Today’s Topics

Today we continue working on our mental model of Django, understanding what it does and how it does it.

  • Django urls & views
  • Django templates
  • Django models and the database
  • Dealing with errors

🎯 Project: Uptact

  • Goal for today is Task #2

🔖 Resources

Databases

🦉 Code & Notes

Tags: phase-2 django

Back to home