just reset

This commit is contained in:
jpt 2025-04-19 23:25:05 -05:00
parent 4ef28288b1
commit 25489b3c2d

View File

@ -5,6 +5,13 @@ lint:
test *ARGS:
uv run pytest {{ARGS}}
reset:
rm -rf _logs/*
rm -rf _staticfiles
rm -rf db.sqlite3
uv run python manage.py migrate
uv run python manage.py createsuperuser
runserver *ARGS:
uv run python manage.py runserver {{ARGS}}