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

Web Push Notification Package for Django

Results 49 django-webpush issues
Sort by recently updated
recently updated
newest added

Clarification in url implementation

contextfunction has been renamed to pass_context

* Version of `pywebpush` updated using `>=` (Latest versions of pywebpush receive headers parameters). * Added headers parameter to the `django-webpush` functions, empty dict by default. * For apple web...

On Chrome I'm getting an error on line 95 of webpush.js when I try to subscribe with the error ``` Cannot read properties of undefined (reding 'pushManager') at subscribe (webpush.js:95:7)...

I'm having issue with ``` urlpatterns = [ url(r'^webpush/', include('webpush.urls')) ] ``` I've got an `error name url is not defined` I can make it work using `re_path` like ```...

This would be very convenient to execute custom code when users subscribe or unsubscribe to notifications. I suggest implementing a callback mechanism, for instance by adding a `callback` parameter in...

, I followed the steps in the README and believe i have my project setup correctly however when i click on the subscribe to push_notifications button i revive the following...

what is the maximum number of push notifications allowed per minute?

Seeing as I want to use this in my (primarily) Czech project, I've created translation files. :) It's my first time doing this and I may have missed a language...