Created
February 26, 2017 05:53
-
-
Save davidascher/4b935b297702d34870909af7cd449f0e 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
root@f68e433d8315:/srv/pontoon# python manage.py createsuperuser | |
Username (leave blank to use 'root'): da | |
Traceback (most recent call last): | |
File "manage.py", line 20, in <module> | |
execute_from_command_line(sys.argv) | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 367, in execute_from_command_line | |
utility.execute() | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 359, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 294, in run_from_argv | |
self.execute(*args, **cmd_options) | |
File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/management/commands/createsuperuser.py", line 63, in execute | |
return super(Command, self).execute(*args, **options) | |
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 345, in execute | |
output = self.handle(*args, **options) | |
File "/usr/local/lib/python2.7/dist-packages/django/contrib/auth/management/commands/createsuperuser.py", line 121, in handle | |
self.UserModel._default_manager.db_manager(database).get_by_natural_key(username) | |
AttributeError: 'UserTranslationsManager' object has no attribute 'get_by_natural_key' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment