Momentum logo
Team 8 Classroom

Intro to Django

Posted on Jun 15th, 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. The tutorial will guide you through creating a Django project; create the project inside this repo.

Django Girls Tutorial

🔖 Resources

Django

HTTP

🦉 Code

Tags: phase-2 python

Back to home