safwanrahman / django-webpush

Web Push Notification Package for Django
GNU General Public License v3.0
362 stars 103 forks source link

django 4.0 compatibility #101

Closed felixrindt closed 2 years ago

felixrindt commented 2 years ago

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.

clearminds commented 2 years ago

https://github.com/safwanrahman/django-webpush/pull/105 fixes this