diff options
-rw-r--r-- | Makefile.example | 2 | ||||
-rw-r--r-- | ishtar_common/migrations/0001_initial.py | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/ishtar_common/migrations/0001_initial.py b/ishtar_common/migrations/0001_initial.py index 94f6bb415..cbb9cc659 100644 --- a/ishtar_common/migrations/0001_initial.py +++ b/ishtar_common/migrations/0001_initial.py @@ -16,7 +16,7 @@ class Migration(migrations.Migration): dependencies = [ ('contenttypes', '0002_remove_content_type_name'), migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('auth', '0007_auto_20170414_2049'), + # ('auth', 'ishtar_profile'), ] operations = [ |