Skip to content

Instantly share code, notes, and snippets.

@simon-johansson
Last active December 14, 2015 14:29
Show Gist options
  • Save simon-johansson/5100771 to your computer and use it in GitHub Desktop.
Save simon-johansson/5100771 to your computer and use it in GitHub Desktop.
#WEBPROG #film_3 #snutt_1
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'database.db',
'USER': '',
'PASSWORD': '',
'HOST': '',
'PORT': '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment