an OK starting point for Django applications
Go to file Use this template
2025-04-05 17:11:04 -05:00
config more config 2025-04-05 17:11:04 -05:00
static/root initial commit 2025-04-05 16:16:28 -05:00
.gitignore initial commit 2025-04-05 16:16:28 -05:00
.python-version initial commit 2025-04-05 16:16:28 -05:00
manage.py initial commit 2025-04-05 16:16:28 -05:00
pyproject.toml more config 2025-04-05 17:11:04 -05:00
README.md more config 2025-04-05 17:11:04 -05:00
uv.lock more config 2025-04-05 17:11:04 -05:00

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