Skip to content

Instantly share code, notes, and snippets.

@ssbb
Created November 4, 2014 16:51
Show Gist options
  • Save ssbb/16f3c426061b0a23f33b to your computer and use it in GitHub Desktop.
Save ssbb/16f3c426061b0a23f33b to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'dinvio',
'USER': 'dinvio',
'PASSWORD': '',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment