Add Justfile for task automation with development commands

This commit is contained in:
2025-06-28 10:25:40 +05:00
parent e3b39478eb
commit 2de9e2117d

6
justfile Normal file
View File

@ -0,0 +1,6 @@
default:
just --list
dev:
python manage.py runserver
python manage.py procrastinate worker