django-pwa icon indicating copy to clipboard operation
django-pwa copied to clipboard

Deprecation warning for `django.conf.urls.url()`

Open samueljsb opened this issue 3 years ago • 0 comments

pwa/urls.py uses the deprecated url() function instead of its newer replacement:

RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path()

samueljsb avatar May 05 '21 11:05 samueljsb