Package django :: Package conf
[hide private]
[frames] | no frames]

Package conf

source code

Settings and configuration for Django.

Values will be read from the module specified by the DJANGO_SETTINGS_MODULE environment variable, and then from django.conf.global_settings; see the global settings file for a list of all possible variables.

Submodules [hide private]

Classes [hide private]
  LazySettings
A lazy proxy for either global Django settings or a custom settings object.
  Settings
  UserSettingsHolder
Holder for user configured settings.
Variables [hide private]
  ENVIRONMENT_VARIABLE = 'DJANGO_SETTINGS_MODULE'
  settings = LazySettings()