[just] add runserver recipe
This commit is contained in:
parent
592b84625e
commit
e002a4e272
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -11,3 +11,6 @@ lint-ruff:
|
||||||
|
|
||||||
lint-django:
|
lint-django:
|
||||||
python -m django check
|
python -m django check
|
||||||
|
|
||||||
|
serve:
|
||||||
|
python -m django runserver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue