Skip to content

Instantly share code, notes, and snippets.

@igorsobreira
Created September 12, 2010 04:18
Show Gist options
  • Save igorsobreira/575834 to your computer and use it in GitHub Desktop.
Save igorsobreira/575834 to your computer and use it in GitHub Desktop.
from settings import *
DEBUG = True
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'db.sqlite',
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment