Package django :: Package conf :: Package project_template :: Module settings
[hide private]
[frames] | no frames]

Module settings

source code

Variables [hide private]
  DEBUG = True
  TEMPLATE_DEBUG = True
  ADMINS = ()
  MANAGERS = ()
  DATABASE_ENGINE = ''
  DATABASE_NAME = ''
  DATABASE_USER = ''
  DATABASE_PASSWORD = ''
  DATABASE_HOST = ''
  DATABASE_PORT = ''
  TIME_ZONE = 'America/Chicago'
  LANGUAGE_CODE = 'en-us'
  SITE_ID = 1
  USE_I18N = True
  MEDIA_ROOT = ''
  MEDIA_URL = ''
  ADMIN_MEDIA_PREFIX = '/media/'
  SECRET_KEY = ''
  TEMPLATE_LOADERS = 'django.template.loaders.filesystem.load_te...
  MIDDLEWARE_CLASSES = 'django.middleware.common.CommonMiddlewar...
  ROOT_URLCONF = '{{ project_name }}.urls'
  TEMPLATE_DIRS = ()
  INSTALLED_APPS = 'django.contrib.auth', 'django.contrib.conten...
Variables Details [hide private]

TEMPLATE_LOADERS

Value:
'django.template.loaders.filesystem.load_template_source', 'django.tem\
plate.loaders.app_directories.load_template_source',

MIDDLEWARE_CLASSES

Value:
'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.\
middleware.SessionMiddleware', 'django.contrib.auth.middleware.Authent\
icationMiddleware', 'django.middleware.doc.XViewMiddleware',

INSTALLED_APPS

Value:
'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.\
sessions', 'django.contrib.sites',