From e002a4e2720f9baf36d4bfda5dd3b46296edeaa6 Mon Sep 17 00:00:00 2001 From: bronsen Date: Wed, 12 Mar 2025 21:17:46 +0100 Subject: [PATCH] [just] add runserver recipe --- justfile | 3 +++ 1 file changed, 3 insertions(+) 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