Skip to content

Instantly share code, notes, and snippets.

@robrocker7
Created April 4, 2012 01:33
Show Gist options
  • Save robrocker7/2297020 to your computer and use it in GitHub Desktop.
Save robrocker7/2297020 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '/Users/robert/Desktop/test/development/forknsite/database.db', # Or path to database file if using sqlite3.
'USER': '', # Not used with sqlite3.
'PASSWORD': '', # 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.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment