App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine._internal.django.conf.LazySettings Class Reference
Inheritance diagram for google.appengine._internal.django.conf.LazySettings:

Public Member Functions

def __init__
 
def __getattr__
 
def configure
 

Public Attributes

 holder
 

Static Public Attributes

 configured = True
 

Detailed Description

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.

Member Function Documentation

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__)).

The documentation for this class was generated from the following file: