Skip to content

Instantly share code, notes, and snippets.

@fjsj
Created April 2, 2017 23:02
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save fjsj/65ecfec09cfd2a684d53294d01677b9b to your computer and use it in GitHub Desktop.
Save fjsj/65ecfec09cfd2a684d53294d01677b9b 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