Based on Django and the French Administration Design System.
You need those pretty standard tools on your system:
- uv as the Python venv/dependencies manager
- just as the command runner
- Docker for a simple PostgreSQL
The following will run the given Django COMMAND
after loading the correct Python version, the correct virtualenv and your .env
file:
just manage COMMAND
Shorthands exist for:
just runserver
just shell
just makemigrations
just migrate