Skip to content

Instantly share code, notes, and snippets.

@mpriour
Created September 5, 2012 17:22
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 mpriour/3640440 to your computer and use it in GitHub Desktop.
Save mpriour/3640440 to your computer and use it in GitHub Desktop.
Mapstory backend error
File "M:\libraries\venv\lib\site-packages\django\db\utils.py", line 44, in load_backend
raise ImproperlyConfigured(error_msg)
django.core.exceptions.ImproperlyConfigured: 'django.contrib.gis.db.backends.postgis' isnt an available database backend.
Try using django.db.backends.XXX, where XXX is one of:
'dummy', 'mysql', 'oracle', 'postgresql_psycopg2', 'sqlite3'
Error was: No module named psycopg2.extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment