Skip to content

Instantly share code, notes, and snippets.

@maurimiranda
Created May 10, 2013 14:08
Show Gist options
  • Select an option

  • Save maurimiranda/5554624 to your computer and use it in GitHub Desktop.

Select an option

Save maurimiranda/5554624 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'aarp_dev', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': 'localhost', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment