There is https://django-rest-auth.readthedocs.io/en/latest/introduction.html
which
goes some way to integrating the two.

Depending on how your authenticating - e.g. if you are using OAuth2, I
generally found allauth and rest auth got in the way more often then they
were helpful and building some custom solutions is not that time consuming.

But if it's more basic authentication it should be fine.


- Nick


On Tue, Oct 15, 2019 at 12:06 PM Joseph Emeka <amasianiem...@gmail.com>
wrote:

> Can i use Django rest framework and Django allauth in the same project or
> either of then at a time. Am building a project that will have a mobile app
> and a website version.
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/44fd3e96-9adf-4fcf-8c63-808178db4b49%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/44fd3e96-9adf-4fcf-8c63-808178db4b49%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGuvt90OU_UihVu_0m%3DoUU6U3M%3D8HCqwvMLEj9QEwoKkLJivMw%40mail.gmail.com.

Reply via email to