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
- Momentum Django project template
- django-registration-redux
- Python dependency management overview - good read to understand pip and poetry better
- Original project README for tonight - if you need to review project requirements