Skip to content

Instantly share code, notes, and snippets.

@arruda
Created September 4, 2013 03:18
Show Gist options
  • Save arruda/6432411 to your computer and use it in GitHub Desktop.
Save arruda/6432411 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': '/home/lanchinho/blablabla/tutorial/db.sqlite' ,
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment