Momentum logo
Team 1 Classroom

Django from Scratch

Posted on Jun 1st, 2020

This week, you’ll be building a Django project from scratch. Each day, we’ll dig deeper into the tools you will need.

The current plan is:

  • Monday: creating a new Django project, registration and login, admin
  • Tuesday: model relationships, model queries
  • Wednesday: creating models with forms and views
  • Thursday: Ajax and Django (or review, catchup)

Project

  • Django from Scratch. Clone this project, pick which you’re going to work on, and create a new project. Add registration and login today.

Videos

Resources

Tags: phase-2 django

Back to home