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

In `send_notification_to_user` there is no way to pass timeout for requests. Would you mind adding a new argument for that?

Greetings, can somebody advise why its not working to group multiple notification from my django-webpush? I tested homeassistant html5 notify and my phone is able to group/replace a notification, how...

Could you please tag the source again? Otherwise all distributions which were shipping this Python module and were using the GitHub releases need to change their description to build the...

When a user has subscribed for push it creates an entry in the subscription info. However if his browser gets updated to a newer version a new entry gets added....

Lighthouse doesn't like the amount of time it takes to load the scripts, it throws render blocking errors, that's why I recommend adding defer/async to the scripts, so that they...

Fixed some minor grammatical issues

Hi there :wave: When running the `migrate` command on a Django project that has this app installed, DJango generates a warning saying: > Your models in app(s): 'webpush' have changes...

## Changes - Update documentation (`Readme.md`): - Add internationalization documentation to update translation - Add internationalization documentation to create new translation language - Add documentation of **django >= 2.0** on...