src/cm/settings.py
changeset 124 4576a8264929
parent 114 49647a504de8
child 132 b95d1ae93eaa
equal deleted inserted replaced
123:a646958c787c 124:4576a8264929
   104 
   104 
   105 LANGUAGES = (
   105 LANGUAGES = (
   106     ('fr', _(u'French')),
   106     ('fr', _(u'French')),
   107     ('en', _(u'English')),
   107     ('en', _(u'English')),
   108     ('no', _('Norwegian')),
   108     ('no', _('Norwegian')),
       
   109     ('pt_BR', _('Brazilian Portuguese')),
   109 )
   110 )
   110 
   111 
   111 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   112 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   112 
   113 
   113 # always upload file to disk to pipe them through converters
   114 # always upload file to disk to pipe them through converters