Skip to content

Instantly share code, notes, and snippets.

@jayapal
Created June 3, 2014 12:11
Show Gist options
  • Save jayapal/3705d677cd0cdc33b545 to your computer and use it in GitHub Desktop.
Save jayapal/3705d677cd0cdc33b545 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'MyDBNAME', # Or path to database file if using sqlite3.
'USER': 'MyUSER', # Not used with sqlite3.
'PASSWORD': 'MyPass', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
DEBUG=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment