OK, I follow the following pattern:
myproject/requirements.txt - packages with the ability to install
myproject/deployment - deployment elements, such as server configuration files, instruments (dummy data), etc.
myproject/docs - project docs
myproject/tests - project tests
myproject/myproject - project operation code (and settings.py, urls.py)
Folder extension myproject/myproject:
myproject/myproject/app1 - ( / )
myproject/myproject/app2 - ( , )
myproject/myproject/website - , .
website 4 :
1) models.py ( django )
2) a views.py index. , , .
3) a management dir django commands, .
4) a templates dir, 404.html 505.html. , website, / html, extends,
index.html.
5) a static dir css, js media .
, . , , - , .
EDIT:
VS VS,
settings_local, , .