Skip to content

Instantly share code, notes, and snippets.

@davelowe
Created February 7, 2012 05:17
Show Gist options
  • Save davelowe/1757373 to your computer and use it in GitHub Desktop.
Save davelowe/1757373 to your computer and use it in GitHub Desktop.
from .base import *
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql_psycopg2",
"NAME": "db_name",
"USER": "postgres",
"PASSWORD": "",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment