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