Created
May 23, 2017 11:09
-
-
Save ivan-hilckov/5c80069ae3223061739ac7746d516635 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14:08:39] space (asgardia_blog) git:(2017-may) $ ./manage.py migrate | |
DATABASES | |
{ | |
"default": { | |
"ENGINE": "django.contrib.gis.db.backends.postgis", | |
"NAME": "asgardia_blog", | |
"USER": "postgres" | |
} | |
} | |
CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0004_auto_20170504_1815, 0002_auto_20170423_1435 in contest). | |
To fix them run 'python manage.py makemigrations --merge' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment