Saturday, March 27, 2021

Re: reg: Django vs DRF

A bit of googling led me to this:

https://pypi.org/project/drf-registration/

I haven't personally used it but it looks like it might fit the bill.

On March 26, 2021 2:51:54 AM CDT, 'Amitesh Sahay' via Django users <django-users@googlegroups.com> wrote:
I have a basic question.
From all the tutorials and document that I have gone through for DRF, my understanding is that Token authentication is used to access the REST APIs.

So, my question is, does DRF have such a user creation system, or is it only done through the Django User model, i.e. The way we have a Django user model, which is used to register/create a new user in a database and login with their registered account.?

I hope my query is clear. 

Regards,
Amitesh

No comments:

Post a Comment