Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. fatal: [node-test]: FAILED! => {
  2. "changed": true,
  3. "cmd": [
  4. "./noc",
  5. "migrate"
  6. ],
  7. "delta": "0:00:00.092027",
  8. "end": "2017-01-24 13:14:44.486181",
  9. "failed": true,
  10. "rc": 1,
  11. "start": "2017-01-24 13:14:44.394154",
  12. "warnings": []
  13. }
  14.  
  15. STDERR:
  16.  
  17. Traceback (most recent call last):
  18. File "./commands/migrate.py", line 14, in <module>
  19. load_initial_data=False)
  20. File "/opt/noc_test/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 134, in call_command
  21. klass = load_command_class(app_name, name)
  22. File "/opt/noc_test/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 69, in load_command_class
  23. module = import_module('%s.management.commands.%s' % (app_name, name))
  24. File "/opt/noc_test/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
  25. __import__(name)
  26. File "/opt/noc_test/local/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 8, in <module>
  27. from django.core.management.sql import custom_sql_for_model, emit_post_sync_signal
  28. File "/opt/noc_test/local/lib/python2.7/site-packages/django/core/management/sql.py", line 6, in <module>
  29. from django.db import models
  30. File "/opt/noc_test/local/lib/python2.7/site-packages/django/db/__init__.py", line 11, in <module>
  31. if DEFAULT_DB_ALIAS not in settings.DATABASES:
  32. File "/opt/noc_test/local/lib/python2.7/site-packages/django/utils/functional.py", line 184, in inner
  33. self._setup()
  34. File "/opt/noc_test/local/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup
  35. self._wrapped = Settings(settings_module)
  36. File "/opt/noc_test/local/lib/python2.7/site-packages/django/conf/__init__.py", line 95, in __init__
  37. raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  38. ImportError: Could not import settings 'noc.settings' (Is it on sys.path?): No module named noc.settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement