Website for storing code snippets.
docker compose up --watchSee the docs for more information.
install:
./run.sh uv add <package==1.0.0>./run.sh uv add --group dev <package==1.0.0>remove:
./run.sh uv remove <package>./run.sh uv remove --group dev <package>./run.sh uv run ruff format ../run.sh uv run ruff check --fix .migrate:
./run.sh uv run manage.py migratecreate yourself a superuser:
./run.sh uv run manage.py createsuperuser [email protected] --first_name=Admin --last_name=User

