Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chachan/c6c11925e94d4a552899463dedfc7660 to your computer and use it in GitHub Desktop.
Save chachan/c6c11925e94d4a552899463dedfc7660 to your computer and use it in GitHub Desktop.
Django apps common structure
my_app/
management/
migrations/
templates/
templatetags/
__init__.py
admin.py
apps.py
context_processors.py
exceptions.py
fields.py
forms.py
helpers.py
managers.py
middleware.py
models.py
querysets.py
signals.py
urls.py
validators.py
views.py
widgets.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment