django-rest-framework-social-oauth2 icon indicating copy to clipboard operation
django-rest-framework-social-oauth2 copied to clipboard

Fixed django.conf.urls import error in django 4

Open harmannkibue opened this issue 3 years ago • 0 comments

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

harmannkibue avatar Feb 16 '22 14:02 harmannkibue