Skip to content

Instantly share code, notes, and snippets.

@felipecruz
Created June 4, 2013 04:05
Show Gist options
  • Save felipecruz/5703495 to your computer and use it in GitHub Desktop.
Save felipecruz/5703495 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': '/home/meuusuario/projeto/jamboree.db',
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment