Run migrate before run

This commit is contained in:
Matias Bordese 2022-10-11 17:06:19 -03:00
parent 6cafd07c15
commit 9b65768495

View file

@ -44,7 +44,7 @@ test: bootstrap
manage: bootstrap
$(setup_engine_env) && $(PYTHON3) manage.py $(ARGS)
run: bootstrap
run: bootstrap migrate
$(setup_engine_env) && $(PYTHON3) manage.py runserver
start-celery: bootstrap