docs/
Project-level documentation needs to be stored here and be written in Markdown. Module-specific documentation may be located only in source files.bundles/
assets/
Project-level CSS and JS scripts. For documentation on the bundling process, check here.etc/
Extra files that accompany the project, such as configuration of external tools etc.project/
media/
User-generated media files will be stored here. More info here.static/
Static files (CSS, JS, images, etc.) fromSTATICFILES_DIRS
are gathered here. Do not place or edit any files in it, since all the management is done automatically by Django'scollectstatic
command. More info here.manage.py
Django command-line tool.env.sample
Example of a .env configuration file._version.py
Contains a__version__
variable to indicate the current version of the website. Calendar versioning is used.setup.py
Setup script. Dependencies must also be included here.requirements.txt
Pinned production dependencies.requirements-dev.txt
Pinned development dependencies.