Re: Django authentication

2016-02-22 Thread Wilfreid Mpunia
why if I may ask On Monday, February 22, 2016 at 4:24:05 PM UTC+2, Avraham Serour wrote: > > AFAIK DRF uses the django auth > > On Mon, Feb 22, 2016 at 3:36 PM, Wilfreid Mpunia > wrote: > >> Good day, I have the following question. >> I'm still learning and i

Django authentication

2016-02-22 Thread Wilfreid Mpunia
Good day, I have the following question. I'm still learning and improving my django level, but I'm a bite confused with a project that I'm working on. For a django web app, which requires a user to register with their email and password, I used the custom user and backend as shown the djangoproj