Question Is Django Rest Framework only for APIs or can i Use it to create Users for a website?

54 views
Skip to first unread message

djangorobert

unread,
Jan 7, 2017, 3:54:52 AM1/7/17
to Django users
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 building 

any responses would be appreciated thank you 

M Hashmi

unread,
Jan 7, 2017, 4:39:55 AM1/7/17
to django...@googlegroups.com
Django RestAPI is a layer that exposes part of your application or your whole website to other platforms for connectivity. Once it is integrated then whatever tasks you've specified for DjangoRestFramwork to carry to another platform will act for everything what that application tend to present. So if your app is for creating users or authentication and you exposed that part to receive signals from cross platform then yes you will be able to create users or authenticate them.

Hope you got the essence.
Regards,
Mudassar

On Fri, Jan 6, 2017 at 8:54 PM, djangorobert <djangoc...@gmail.com> wrote:
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 building 

any 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.

Robert librado

unread,
Jan 7, 2017, 5:13:51 AM1/7/17
to django-users
Thanks i guess i will go with djangi all auth instead kind of leaning towards a social network 

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.

Melvyn Sopacua

unread,
Jan 10, 2017, 3:13:07 PM1/10/17
to django...@googlegroups.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

Reply all
Reply to author
Forward
0 new messages