Momentum logo
Team 10 Classroom

Intro to Django

Posted on Nov 2nd, 2021

📅 Today’s topics

  • Review HTTP request-response
  • Learn about MVC web applications
  • Get to know Django!

🎯 Project

For our first Django app, we’ll use the excellent tutorial provided by the Django Girls organization. The assignment repo only contains a README file which you can delete. The tutorial will guide you through creating a Django project; create the project inside this repo.

Django Girls Tutorial

🔖 Resources

Django

HTTP

🦉 Code

Back to home