Created
February 28, 2017 15:06
-
-
Save python-consulting/8d97d102eb87607d0bff9a1298346916 to your computer and use it in GitHub Desktop.
django:database:sqlite3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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