diff --git a/justfile b/justfile index b7ca1d6..bc25798 100644 --- a/justfile +++ b/justfile @@ -4,3 +4,9 @@ default: dev: python manage.py runserver python manage.py procrastinate worker + +migrate: + python manage.py migrate + +make-migrations: + python manage.py makemigrations \ No newline at end of file