Skip to content
Snippets Groups Projects
Commit 7e5debd6 authored by Tim Fechner's avatar Tim Fechner Committed by Tim Fechner
Browse files

Update private_settings.example.py

parent efc0fa19
Branches
No related tags found
No related merge requests found
import os
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.9/howto/deployment/checklist/
......@@ -16,6 +17,6 @@ ALLOWED_HOSTS = []
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'NAME': os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'db.sqlite3'),
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment