Skip to content

Instantly share code, notes, and snippets.

@jarvys
Created September 25, 2014 01:27
Show Gist options
  • Save jarvys/9daf283a155c3d8efe27 to your computer and use it in GitHub Desktop.
Save jarvys/9daf283a155c3d8efe27 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'mydatabase',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment