RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Fixed django.conf.urls import error in django 4 #251

Closed harmannkibue closed 1 year ago

harmannkibue commented 2 years ago

django.conf.urls is deprecated in django 4 and thus throws an error.I have fixed by using from django.urls import re_path instead

saeedezzati commented 1 year ago

Can you merge this, please? It's been too long!!!