Settings and configuration for Django.
Read values from the module specified by the DJANGO_SETTINGS_MODULE environment variable, and then from django.conf.global_settings; see the global_settings.py for a list of all possible variables.
Package | urls |
Undocumented |
Module | global_settings |
Default Django settings. Override these with settings in the module pointed to by the DJANGO_SETTINGS_MODULE environment variable. |
Package | locale |
LANG_INFO is a dictionary structure to provide meta information about languages. |
From __init__.py
:
Constant | ENVIRONMENT_VARIABLE |
Undocumented |
Constant | USE_DEPRECATED_PYTZ_DEPRECATED_MSG |
Undocumented |
Constant | USE_L10N_DEPRECATED_MSG |
Undocumented |
Variable | settings |
Undocumented |
Class | LazySettings |
A lazy proxy for either global Django settings or a custom settings object. The user can manually configure settings prior to using them. Otherwise, Django uses the settings module pointed to by DJANGO_SETTINGS_MODULE. |
Class | Settings |
Undocumented |
Class | SettingsReference |
String subclass which references a current settings value. It's treated as the value in memory but serializes to a settings.NAME attribute reference. |
Class | UserSettingsHolder |
Holder for user configured settings. |
str
=
Undocumented
Value |
|