App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Variables
google.appengine._internal.django.conf Namespace Reference

Classes

class  LazySettings
 
class  Settings
 
class  UserSettingsHolder
 

Variables

string ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE"
 
tuple settings = LazySettings()
 

Detailed Description

Settings and configuration for Django.

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