Changeset 7279 for django/branches/gis/django/conf/global_settings.py
- Timestamp:
- 03/17/08 23:05:09 (5 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/conf/global_settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7175 to /django/trunk:1-7278
django/branches/gis/django/conf/global_settings.py
r7176 r7279 92 92 # to load the internationalization machinery. 93 93 USE_I18N = True 94 95 94 LOCALE_PATHS = () 95 LANGUAGE_COOKIE_NAME = 'django_language' 96 96 97 97 # Not-necessarily-technical managers of the site. They get broken link
