Skip to content

Compatibility with Django 1.8. Migrations#15

Open
jelenak wants to merge 2 commits into
benoitc:masterfrom
jelenak:master
Open

Compatibility with Django 1.8. Migrations#15
jelenak wants to merge 2 commits into
benoitc:masterfrom
jelenak:master

Conversation

@jelenak

@jelenak jelenak commented Jan 29, 2016

Copy link
Copy Markdown

python manage.py migrate fails on migrating webmachine application. Output:

  File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 79, in execute
    return super(CursorDebugWrapper, self).execute(sql, params)
  File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
    return self.cursor.execute(sql, params)
  File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 97, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 62, in execute
    return self.cursor.execute(sql)
django.db.utils.ProgrammingError: relation "auth_user" does not exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant