diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-27 18:20:27 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-11-27 18:20:27 +0100 |
| commit | 7d05508460d6113d1c865661b0148677880c52da (patch) | |
| tree | 9714f6cfe7ba3931317152360fa386b4e26e1926 /chimere/settings.py.example | |
| parent | cf38c77cd7aa1e6031d694f792626a7ccfb95cd8 (diff) | |
| download | Chimère-7d05508460d6113d1c865661b0148677880c52da.tar.bz2 Chimère-7d05508460d6113d1c865661b0148677880c52da.zip | |
Display curret events on the welcome page (closes #282)
Diffstat (limited to 'chimere/settings.py.example')
| -rw-r--r-- | chimere/settings.py.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/settings.py.example b/chimere/settings.py.example index 48785d5..60d4c91 100644 --- a/chimere/settings.py.example +++ b/chimere/settings.py.example @@ -83,6 +83,7 @@ SITE_ID = 1 # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. USE_I18N = True +USE_L10N = True # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" |
