st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

url() refactored with path() and re_path() #134

Closed Mr-DRP closed 3 years ago

Mr-DRP commented 3 years ago

From Django 2.0 path() and re_path() are being used and url() will be soon deprecated. django.conf.urls.url() will be removed will be from Django 4.0.

st4lk commented 3 years ago

Thanks for this!

I created another PR to resolve conflicts: https://github.com/st4lk/django-rest-social-auth/pull/140