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 <[email protected] > <javascript:>> wrote: > >> 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 djangoproject >> website. >> >> However, later on I realised that the app will have to make some api >> call with basic auth, which I assumes will be the registered user email and >> password. >> >> My questions is the following: >> - does it really make sense two have those two authentications? because >> I'm thinking to remove the django one, and rather use the >> django_rest_framework auth. >> >> >> Any advise will be helpful to me >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/64b7b5ea-9363-4bf2-8634-769886eaf2e2%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/64b7b5ea-9363-4bf2-8634-769886eaf2e2%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bb61975b-2dd4-4ed7-a601-34c713309792%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

