A collection of opinionated checklists for Django projects development.
There are a lot of things to do when adding a new model to a Django project. This checklist will help you to not forget anything.
The file structure of a new Django app should be consistent with the rest of the project. This checklist represent my opinion on structuring a new Django app.