Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 511 Bytes

Django checklists

A collection of opinionated checklists for Django projects development.

Adding a new model

See here.

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.

Adding a new app

See here.

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.