Created
April 30, 2012 21:19
-
-
Save msabramo/2562778 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
| File "/Users/marca/dev/git-repos/logan/logan/runner.py", line 128, in run_app | |
| add_settings(settings_mod) | |
| File "/Users/marca/dev/git-repos/logan/logan/settings.py", line 61, in add_settings | |
| setattr(settings, setting, setting_value) | |
| File "/www/sentry/lib/python2.7/site-packages/django/utils/functional.py", line 285, in __setattr__ | |
| self._setup() | |
| File "/www/sentry/lib/python2.7/site-packages/django/conf/__init__.py", line 42, in _setup | |
| self._wrapped = Settings(settings_module) | |
| File "/www/sentry/lib/python2.7/site-packages/django/conf/__init__.py", line 87, in __init__ | |
| mod = importlib.import_module(self.SETTINGS_MODULE) | |
| File "/www/sentry/lib/python2.7/site-packages/django/utils/importlib.py", line 39, in import_module | |
| raise RuntimeError('Who did a relative import of %s?' % name) | |
| RuntimeError: Who did a relative import of conf.server? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment