Skip to content

Instantly share code, notes, and snippets.

@briansudo
Created September 19, 2014 06:52
Show Gist options
  • Save briansudo/37b016401511fca5601f to your computer and use it in GitHub Desktop.
Save briansudo/37b016401511fca5601f to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'test_db',
'USER': 'myself',
'PASSWORD': 'haha',
'HOST': '127.0.0.1',
'PORT': '5432',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment