web/hdalab/settings.py
changeset 145 5e79ea1eccb3
parent 135 dd6578e36a57
child 185 5722e7730e82
equal deleted inserted replaced
144:07b820858226 145:5e79ea1eccb3
    37 ugettext = lambda s:s
    37 ugettext = lambda s:s
    38 
    38 
    39 LANGUAGES = (
    39 LANGUAGES = (
    40   ('fr', ugettext('French')),
    40   ('fr', ugettext('French')),
    41   ('en', ugettext('English')),
    41   ('en', ugettext('English')),
    42   ('de', ugettext('German')),
    42 #  ('de', ugettext('German')),
    43   ('es', ugettext('Spanish')),
    43 #  ('es', ugettext('Spanish')),
    44 )
    44 )
    45 
    45 
    46 SITE_ID = 1
    46 SITE_ID = 1
    47 
    47 
    48 # If you set this to False, Django will make some optimizations so as not
    48 # If you set this to False, Django will make some optimizations so as not