Peter-Slump / django-keycloak

Django app to add Keycloak support to your project.
MIT License
128 stars 121 forks source link

Updated django.conf.urls reference to django.urls for Django>4.0 #76

Open 1537592846 opened 1 year ago

1537592846 commented 1 year ago

Django 4.0 removed django.conf from its library, replacing django.conf.urls.url for django.urls.re_path without damages. This is replacing the calls of url to use re_path to follow the new guidelines.