You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Fatal issue with Django: (ref Django 1.8b1: relation "auth_user" does not exist jazzband/django-oauth-toolkit#204)
...
Creating table contactdb_tld
Running deferred SQL...
Traceback (most recent call last):
File "/root/contactdb/virtenv/bin/django-admin", line 9, in
load_entry_point('Django==1.8.1', 'console_scripts', 'django-admin')()
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/init.py", line 338, in execute_from_command_line
utility.execute()
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/init.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/base.py", line 390, in run_from_argv
self.execute(_args, *_cmd_options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
output = self.handle(_args, *_options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 25, in handle
call_command("migrate", *_options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/init.py", line 120, in call_command
return command.execute(_args, *_defaults)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
output = self.handle(_args, **options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 179, in handle
created_models = self.sync_apps(connection, executor.loader.unmigrated_apps)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 317, in sync_apps
cursor.execute(statement)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 79, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/db/utils.py", line 97, in exit
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/root/contactdb/virtenv/local/lib/python2.7/site-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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
...
Creating table contactdb_tld
Running deferred SQL...
Traceback (most recent call last):
File "/root/contactdb/virtenv/bin/django-admin", line 9, in
load_entry_point('Django==1.8.1', 'console_scripts', 'django-admin')()
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/init.py", line 338, in execute_from_command_line
utility.execute()
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/init.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/base.py", line 390, in run_from_argv
self.execute(_args, *_cmd_options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
output = self.handle(_args, *_options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 25, in handle
call_command("migrate", *_options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/init.py", line 120, in call_command
return command.execute(_args, *_defaults)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/base.py", line 441, in execute
output = self.handle(_args, **options)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 179, in handle
created_models = self.sync_apps(connection, executor.loader.unmigrated_apps)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 317, in sync_apps
cursor.execute(statement)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 79, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
File "/root/contactdb/virtenv/local/lib/python2.7/site-packages/django/db/utils.py", line 97, in exit
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/root/contactdb/virtenv/local/lib/python2.7/site-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
The text was updated successfully, but these errors were encountered: