Skip to content

Instantly share code, notes, and snippets.

@siakc
Created March 20, 2018 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siakc/24519c4cc422c37ab7c77d0f7bd96a4e to your computer and use it in GitHub Desktop.
Save siakc/24519c4cc422c37ab7c77d0f7bd96a4e to your computer and use it in GitHub Desktop.
My django Directory Structure
djfirstfolder
-.idea
-djfirst
--migrations
--__init__.py
--admin.py
--models.py
-- ...
-djfirstfolder
--__init__.py
--urls.py
--settings.py
-- ...
-static
--djfirst
-templates
--djfirst
-db.sqlite3
-manage.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment