src/cm/settings.py
changeset 461 2ea60e2c5870
parent 446 019889d4c614
child 479 49a1afacaea0
equal deleted inserted replaced
460:2fdb7d095d5c 461:2ea60e2c5870
   106     ('en', _(u'English')),
   106     ('en', _(u'English')),
   107     ('no', _('Norwegian')),
   107     ('no', _('Norwegian')),
   108     ('pt_BR', _('Brazilian Portuguese')),
   108     ('pt_BR', _('Brazilian Portuguese')),
   109     ('es', _('Spanish')),
   109     ('es', _('Spanish')),
   110     ('bg', _('Bulgarian')),
   110     ('bg', _('Bulgarian')),
       
   111     ('it', _('Italian')),
   111 )
   112 )
   112 
   113 
   113 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   114 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   114 
   115 
   115 # always upload file to disk to pipe them through converters
   116 # always upload file to disk to pipe them through converters