an OK starting point for Django applications
config | ||
static/root | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.python-version | ||
Justfile | ||
manage.py | ||
pyproject.toml | ||
README.md | ||
uv.lock |
Left as An Exercise to the User
- LICENSE
File System Layout
- config
- templates
- static
- static/root
- static/root/robots.txt
Ignored:
- _staticfiles
Projects
environ
Configured per instructions, used to set up settings.
whitenoise
Configured per instructions.
django-typer
minimal config; done
django-structlog
TODO: needs defaults
django-allauth
Configured for email login.
pytest-django
???
django-debug-toolbar
Configured per instructions.
Options
TODO: whitenoise Compression setting TODO: prerolled Auth options