diff --git a/justfile b/justfile index 71ad178..d69a82a 100644 --- a/justfile +++ b/justfile @@ -11,3 +11,6 @@ lint-ruff: lint-django: python -m django check + +serve: + python -m django runserver