django-rest-framework-social-oauth2
django-rest-framework-social-oauth2 copied to clipboard
Fixed django.conf.urls import error in django 4
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