django/conf

Django: (module) django.conf

  • hdknr@deb09:~/djangocamp$ python
    Python 2.5.2 (r252:60911, Jan  4 2009, 17:40:26)
    [GCC 4.3.2] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from django import conf
    >>> dir(conf)
    ['ENVIRONMENT_VARIABLE', 'LazySettings', 'Settings', 'UserSettingsHolder', '__builtins__', '__doc__', '__file__', '__name__', '__path__', 'global_settings', 'os', 'settings', 'time']
    


__init__.py