Trying a django 4.0a1 project with webpush leads to
ImportError: cannot import name 'url' from 'django.conf.urls'
in webpush/urls.py. url is deprecated and path should be used instead, which is already the case in this particular file as far as I see.
Trying a django 4.0a1 project with webpush leads to
ImportError: cannot import name 'url' from 'django.conf.urls'
inwebpush/urls.py
.url
is deprecated and path should be used instead, which is already the case in this particular file as far as I see.