Advertisement
Guest User

./reset.sh

a guest
Jun 9th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.27 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "manage.py", line 10, in <module>
  3.     execute_from_command_line(sys.argv)
  4.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
  5.     utility.execute()
  6.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute
  7.     settings.INSTALLED_APPS
  8.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 46, in __getattr__
  9.     self._setup(name)
  10.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
  11.     self._wrapped = Settings(settings_module)
  12.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 98, in __init__
  13.     % (self.SETTINGS_MODULE, e)
  14. ImportError: Could not import settings 'settings' (Is it on sys.path? Is there an import error in the settings file?): cannot import name _uuid_generate_random
  15. Traceback (most recent call last):
  16.   File "manage.py", line 10, in <module>
  17.     execute_from_command_line(sys.argv)
  18.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
  19.     utility.execute()
  20.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute
  21.     settings.INSTALLED_APPS
  22.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 46, in __getattr__
  23.     self._setup(name)
  24.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
  25.     self._wrapped = Settings(settings_module)
  26.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 98, in __init__
  27.     % (self.SETTINGS_MODULE, e)
  28. ImportError: Could not import settings 'settings' (Is it on sys.path? Is there an import error in the settings file?): cannot import name _uuid_generate_random
  29. Traceback (most recent call last):
  30.   File "manage.py", line 10, in <module>
  31.     execute_from_command_line(sys.argv)
  32.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
  33.     utility.execute()
  34.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute
  35.     settings.INSTALLED_APPS
  36.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 46, in __getattr__
  37.     self._setup(name)
  38.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
  39.     self._wrapped = Settings(settings_module)
  40.   File "/home/gfbot/Github/helios-server/venv/local/lib/python2.7/site-packages/django/conf/__init__.py", line 98, in __init__
  41.     % (self.SETTINGS_MODULE, e)
  42. ImportError: Could not import settings 'settings' (Is it on sys.path? Is there an import error in the settings file?): cannot import name _uuid_generate_random
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement