![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | configure |
Public Attributes | |
holder | |
Static Public Attributes | |
configured = True | |
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.
def google.appengine._internal.django.conf.LazySettings.configure | ( | self, | |
default_settings = global_settings , |
|||
options | |||
) |
Called to manually configure the settings. The 'default_settings' parameter sets where to retrieve any unspecified values from (its argument must support attribute access (__getattr__)).