Ya the question is what it means Ive gone through it and looks like you could but not sure I know its good for apis but wanted to see if it could be used for Authenticating User for a website that im buildingany responses would be appreciated thank you
--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/577d45ba-6286-4b44-8508-0c100b3638f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/HMNTqYoe_rY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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/CANoUts5qhqHU2%3DRQ6LJJy2RqBT%3Dfof-MKjNCJBEe_KF3gq5-hQ%40mail.gmail.com.
On Friday 06 January 2017 23:13:12 Robert librado wrote:
> Thanks i guess i will go with djangi all auth instead kind of leaning
> towards a social network
Yeah, you should, cause it's the opposite of what Django Rest Framework does. Django All Auth connects an external API to your application.
Django Rest Framework exposes your internal API to other applications.
--
Melvyn Sopacua