Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created February 28, 2017 15:06
Show Gist options
  • Save python-consulting/8d97d102eb87607d0bff9a1298346916 to your computer and use it in GitHub Desktop.
Save python-consulting/8d97d102eb87607d0bff9a1298346916 to your computer and use it in GitHub Desktop.
django:database:sqlite3
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(PROJECT_ROOT, 'db.sqlite3'),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment