Changeset 2529

Show
Ignore:
Timestamp:
02/06/10 20:33:10 (5 weeks ago)
Author:
JensDiemer
Message:

Change default LANGUAGE_CODE to "en", because default from django is en-us, but this doesn't exist in PyLucid installed data.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/settings.py

    r2500 r2529  
    300300TIME_ZONE = "UTC" 
    301301 
     302# Default system language. 
     303# (Default from django is en-us, but this doesn't exist in PyLucid installed data) 
     304LANGUAGE_CODE = "en" 
     305 
    302306try: 
    303307    from local_settings import *