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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user