just reset
This commit is contained in:
parent
4ef28288b1
commit
25489b3c2d
7
Justfile
7
Justfile
@ -5,6 +5,13 @@ lint:
|
|||||||
test *ARGS:
|
test *ARGS:
|
||||||
uv run pytest {{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:
|
runserver *ARGS:
|
||||||
uv run python manage.py runserver {{ARGS}}
|
uv run python manage.py runserver {{ARGS}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user