Changeset 2529
- Timestamp:
- 02/06/10 20:33:10 (5 weeks ago)
- Files:
-
- 1 modified
-
branches/0.9/pylucid_project/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/settings.py
r2500 r2529 300 300 TIME_ZONE = "UTC" 301 301 302 # Default system language. 303 # (Default from django is en-us, but this doesn't exist in PyLucid installed data) 304 LANGUAGE_CODE = "en" 305 302 306 try: 303 307 from local_settings import *