Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [14:08:39] space (asgardia_blog) git:(2017-may) $ ./manage.py migrate
  2.  
  3. DATABASES
  4. {
  5. "default": {
  6. "ENGINE": "django.contrib.gis.db.backends.postgis",
  7. "NAME": "asgardia_blog",
  8. "USER": "postgres"
  9. }
  10. }
  11.  
  12. CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0004_auto_20170504_1815, 0002_auto_20170423_1435 in contest).
  13. To fix them run 'python manage.py makemigrations --merge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement