| Home | Trees | Indices | Help |
|
|---|
|
|
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.
|
|||
|
|||
|
LazySettings A lazy proxy for either global Django settings or a custom settings object. |
|||
| Settings | |||
|
UserSettingsHolder Holder for user configured settings. |
|||
|
|||
ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE"
|
|||
settings = LazySettings()
|
|||
Imports: os, time, global_settings
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Dec 14 15:24:02 2007 | http://epydoc.sourceforge.net |