Skip to content

Instantly share code, notes, and snippets.

@yomguy
Created November 27, 2012 10:32
Show Gist options
  • Select an option

  • Save yomguy/4153535 to your computer and use it in GitHub Desktop.

Select an option

Save yomguy/4153535 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "./manage.py", line 9, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python2.6/dist-packages/south/management/commands/migrate.py", line 62, in handle
__import__(app_name + '.management', {}, {}, [''])
File "/usr/local/lib/python2.6/dist-packages/mezzanine/core/management/__init__.py", line 76, in <module>
if not settings.TESTING:
File "/usr/local/lib/python2.6/dist-packages/django/utils/functional.py", line 185, in inner
return func(self._wrapped, *args)
AttributeError: 'Settings' object has no attribute 'TESTING'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment