django-pwa
django-pwa copied to clipboard
Deprecation warning for `django.conf.urls.url()`
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()