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 the url to re_path due to deprecation #250

Closed harmannkibue closed 2 years ago

harmannkibue commented 2 years ago

the use of keyword url when declaring url pattern has been deprecated in django 4 and instead replaced with re_path which supports regex in django 4