very simple django + htmx test
- install docker
- create
local.py
in theapi
directory and include the followingSECRET_KEY = '123'
DEBUG = True
- run
./scripts/start_docker.sh
- this project uses ruff for code linting and formatting
- configure your editor or ide to run
ruff format
andruff check --fix
on save or use the pre-commit
- configure your editor or ide to run