Skip to content

Instantly share code, notes, and snippets.

View dustinmm80's full-sized avatar

Dustin Collins dustinmm80

  • Kansas City, MO
View GitHub Profile
@dustinmm80
dustinmm80 / gist:1758874
Created February 7, 2012 09:58
psycopg2 error
Traceback (most recent call last):
File "manage.py", line 20, in <module>
execute_manager(settings)
File "/home/dustin/env/INISMO/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 438, in execute_manager
utility.execute()
File "/home/dustin/env/INISMO/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/dustin/env/INISMO/local/lib/python2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/dustin/env/INISMO/local/lib/python2.7/site-packages/django/core/management/base.py", line 209, in execute