Skip to content

Instantly share code, notes, and snippets.

@brylor
Created July 31, 2014 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brylor/87d95c22e2cd803aeed8 to your computer and use it in GitHub Desktop.
Save brylor/87d95c22e2cd803aeed8 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 261, in fetch_command
commands = get_commands()
File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 107, in get_commands
apps = settings.INSTALLED_APPS
File "/Library/Python/2.7/site-packages/django/conf/__init__.py", line 54, in __getattr__
self._setup(name)
File "/Library/Python/2.7/site-packages/django/conf/__init__.py", line 49, in _setup
self._wrapped = Settings(settings_module)
File "/Library/Python/2.7/site-packages/django/conf/__init__.py", line 128, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/Library/Python/2.7/site-packages/django/utils/importlib.py", line 40, in import_module
__import__(name)
File "/Users/hypnosb/PycharmProjects/git-chef-client-rtv2/rtv2-project/rtv2/settings/__init__.py", line 15, in <module>
from development import *
File "/Users/hypnosb/PycharmProjects/git-chef-client-rtv2/rtv2-project/rtv2/settings/development.py", line 11, in <module>
INSTALLED_APPS += ('corp',)
NameError: name 'INSTALLED_APPS' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment