diff options
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 6c263b257..6d8214b3d 100644 --- a/Makefile.example +++ b/Makefile.example @@ -51,7 +51,7 @@ coverage: clean archaeological_files_pdl" ./manage.py test $(apps) && coverage report build_gitlab: - cd $(project); $(PYTHON) ./manage.py makemigrations auth + # cd $(project); $(PYTHON) ./manage.py makemigrations auth -n ishtar_profile cd $(project); $(PYTHON) ./manage.py migrate test_gitlab: clean |