Open 1537592846 opened 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.
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.