Reset of settings.py for full Django 1.6 version

Now the only thing it does besides providing default values is importing
settings_local
This commit is contained in:
Gergely Polonkai 2014-06-20 20:55:32 +02:00
parent ece6d66bd1
commit 6ee2ddb2af
1 changed files with 3 additions and 2 deletions

View File

@ -8,11 +8,11 @@ For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
import os
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import os
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/
@ -51,6 +51,7 @@ ROOT_URLCONF = 'gergelypolonkaiweb.urls'
WSGI_APPLICATION = 'gergelypolonkaiweb.wsgi.application'
# Database
# https://docs.djangoproject.com/en/1.6/ref/settings/#databases