Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivan-hilckov/5c80069ae3223061739ac7746d516635 to your computer and use it in GitHub Desktop.
Save ivan-hilckov/5c80069ae3223061739ac7746d516635 to your computer and use it in GitHub Desktop.
[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