From 2de9e2117d91662a1336fd1a2e876e80e41bf901 Mon Sep 17 00:00:00 2001 From: i701 Date: Sat, 28 Jun 2025 10:25:40 +0500 Subject: [PATCH] Add Justfile for task automation with development commands --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..b7ca1d6 --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ +default: + just --list + +dev: + python manage.py runserver + python manage.py procrastinate worker