safwanrahman / django-webpush

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

Reverse for 'save_webpush_info' #93

Closed JJRHUL closed 3 years ago

JJRHUL commented 3 years ago

Hi, I've put
{% webpush_header %} in the <head> part of my HTML template, however I am getting an error:


NoReverseMatch at /
Reverse for 'save_webpush_info' not found. 'save_webpush_info' is not a valid view function or pattern name.

I use {% load webpush_notifications %} above that and have added webpush as part of the INSTALLED_APPS

JJRHUL commented 3 years ago

Was caused by an unrelated issue due to issues with URL namespaces