src/cm/settings.py
changeset 84 3776a2cf54f7
parent 29 644cf0d39b25
child 114 49647a504de8
equal deleted inserted replaced
83:a431fee55c96 84:3776a2cf54f7
   102 _ = lambda s: s
   102 _ = lambda s: s
   103 
   103 
   104 LANGUAGES = (
   104 LANGUAGES = (
   105     ('fr', _(u'French')),
   105     ('fr', _(u'French')),
   106     ('en', _(u'English')),
   106     ('en', _(u'English')),
   107 #    ('no', _('Norwegian')),
   107     ('no', _('Norwegian')),
   108 )
   108 )
   109 
   109 
   110 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   110 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   111 
   111 
   112 # always upload file to disk to pipe them through converters
   112 # always upload file to disk to pipe them through converters