Re: How to create a custom user model ?

2014-05-29 Thread Geotribu
> On Thursday, May 29, 2014 8:06:24 AM UTC-5, Geotribu wrote: >> >> Hi Guys, >> >> I've developed a couple of website using Django, but this is the first >> time I must develop one that integrates a user authentication process and >> the possibility to

How to create a custom user model ?

2014-05-29 Thread Geotribu
Hi Guys, I've developed a couple of website using Django, but this is the first time I must develop one that integrates a user authentication process and the possibility to have some roles. Thanks to Django's flexibility, it looks like very easy to do it and pretty straightforward. >From my und

Re: KeyError: u"Unknown language code 'en-us'."

2014-01-21 Thread Geotribu
o.conf.global_settings import LANGUAGES` to get a list of all > languages. > > On Monday, 20 January 2014 23:52:37 UTC+11, Geotribu wrote: > Hi all, > > > I've developed a multi-language application with Django. > Everything works fi

KeyError: u"Unknown language code 'en-us'."

2014-01-20 Thread Geotribu
Hi all, I've developed a multi-language application with Django. Everything works fine except I receive regularly this message by email: 8<-- *Traceback (most recent call last): File "/home/users/avandecastee/osmq/lib/python2.6/si