Project:
project/
: A directory named with the project's name which stores the actual Python package__init__py
app.py
settings.py
urls.py
models/
__init__.py
baes.py
handlers/
utils/
templates/
for html templatestatic/
for .png, .css, .cjs resources
tests/
for your testscommon.txt
dev.txt
production.txt
pytest.ini
scripts/
for that kind of command-line interface stuffconf/
nginx.conf
supervisord.conf
docs/
: directory containing project documentationREADME.md
LICENSE
.gitignore