cc1
v2.1
CC1 source code docs
|
Django settings for cc1 project. More...
Variables | |
list | ALLOWED_HOSTS = ['*'] |
DEBUG = False | |
tuple | INSTALLED_APPS |
string | LANGUAGE_CODE = 'en-us' |
dictionary | LOGGING |
string | MEDIA_ROOT = '' |
string | MEDIA_URL = '' |
tuple | MIDDLEWARE_CLASSES |
tuple | PROJECT_DIR = os.path.abspath(os.path.dirname(__file__)) |
string | ROOT_URLCONF = 'clm.urls' |
int | SITE_ID = 1 |
string | STATIC_ROOT = '' |
string | STATIC_URL = '/static/' |
tuple | STATICFILES_DIRS |
tuple | STATICFILES_FINDERS |
TEMPLATE_DEBUG = DEBUG | |
tuple | TEMPLATE_DIRS |
tuple | TEMPLATE_LOADERS |
string | TIME_ZONE = 'Europe/Warsaw' |
USE_I18N = True | |
USE_L10N = True | |
USE_TZ = False | |
string | WSGI_APPLICATION = 'clm.wsgi.application' |
Django settings for cc1 project.
Beware that actual configuration is stored in config.py file. This file should not be modified unless one really knows what he does.
list src.clm.settings.ALLOWED_HOSTS = ['*'] |
Definition at line 39 of file settings.py.
src.clm.settings.DEBUG = False |
Definition at line 35 of file settings.py.
tuple src.clm.settings.INSTALLED_APPS |
Definition at line 130 of file settings.py.
string src.clm.settings.LANGUAGE_CODE = 'en-us' |
Definition at line 49 of file settings.py.
dictionary src.clm.settings.LOGGING |
Definition at line 141 of file settings.py.
string src.clm.settings.MEDIA_ROOT = '' |
Definition at line 67 of file settings.py.
string src.clm.settings.MEDIA_URL = '' |
Definition at line 72 of file settings.py.
tuple src.clm.settings.MIDDLEWARE_CLASSES |
Definition at line 106 of file settings.py.
tuple src.clm.settings.PROJECT_DIR = os.path.abspath(os.path.dirname(__file__)) |
Definition at line 37 of file settings.py.
string src.clm.settings.ROOT_URLCONF = 'clm.urls' |
Definition at line 117 of file settings.py.
int src.clm.settings.SITE_ID = 1 |
Definition at line 51 of file settings.py.
string src.clm.settings.STATIC_ROOT = '' |
Definition at line 78 of file settings.py.
string src.clm.settings.STATIC_URL = '/static/' |
Definition at line 82 of file settings.py.
tuple src.clm.settings.STATICFILES_DIRS |
Definition at line 85 of file settings.py.
tuple src.clm.settings.STATICFILES_FINDERS |
Definition at line 93 of file settings.py.
src.clm.settings.TEMPLATE_DEBUG = DEBUG |
Definition at line 36 of file settings.py.
tuple src.clm.settings.TEMPLATE_DIRS |
Definition at line 122 of file settings.py.
tuple src.clm.settings.TEMPLATE_LOADERS |
Definition at line 100 of file settings.py.
string src.clm.settings.TIME_ZONE = 'Europe/Warsaw' |
Definition at line 45 of file settings.py.
src.clm.settings.USE_I18N = True |
Definition at line 55 of file settings.py.
src.clm.settings.USE_L10N = True |
Definition at line 59 of file settings.py.
src.clm.settings.USE_TZ = False |
Definition at line 63 of file settings.py.
string src.clm.settings.WSGI_APPLICATION = 'clm.wsgi.application' |
Definition at line 120 of file settings.py.