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:
parent
ece6d66bd1
commit
6ee2ddb2af
@ -8,11 +8,11 @@ For the full list of settings and their values, see
|
|||||||
https://docs.djangoproject.com/en/1.6/ref/settings/
|
https://docs.djangoproject.com/en/1.6/ref/settings/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||||
|
import os
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|
||||||
# Quick-start development settings - unsuitable for production
|
# Quick-start development settings - unsuitable for production
|
||||||
# See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/
|
# See https://docs.djangoproject.com/en/1.6/howto/deployment/checklist/
|
||||||
|
|
||||||
@ -51,6 +51,7 @@ ROOT_URLCONF = 'gergelypolonkaiweb.urls'
|
|||||||
|
|
||||||
WSGI_APPLICATION = 'gergelypolonkaiweb.wsgi.application'
|
WSGI_APPLICATION = 'gergelypolonkaiweb.wsgi.application'
|
||||||
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
# https://docs.djangoproject.com/en/1.6/ref/settings/#databases
|
# https://docs.djangoproject.com/en/1.6/ref/settings/#databases
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user