Skip to content

Instantly share code, notes, and snippets.

View C-o-r-E's full-sized avatar

Corey C C-o-r-E

View GitHub Profile
@C-o-r-E
C-o-r-E / gist:8361604
Created January 10, 2014 20:04
migrate fails on current spiff master
(spaceman)[c-o-r-e@mako] [~/git/spiff] python manage.py migrate
Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/home/c-o-r-e/spaceman/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/home/c-o-r-e/spaceman/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/c-o-r-e/spaceman/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.__dict__)