[just] add runserver recipe

This commit is contained in:
bronsen 2025-03-12 21:17:46 +01:00
parent 592b84625e
commit e002a4e272

View file

@ -11,3 +11,6 @@ lint-ruff:
lint-django:
python -m django check
serve:
python -m django runserver