just reset
This commit is contained in:
parent
4ef28288b1
commit
25489b3c2d
1 changed files with 7 additions and 0 deletions
7
Justfile
7
Justfile
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue