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

Notification system for Django with batteries included: Email digests, user settings, JSON API

Results 13 django-nyt issues
Sort by recently updated
recently updated
newest added

I want to share upgraded version that work with channels 2. Sorry, It's my first pull request and I am easy in license and, can u help me with it....

Don't raise ValidationError when there is no default settings object, make current one the default. Not sure yet if this change should go in, but opening the PR to flag...

It looks like you're still using Channels 1. ``` Internal Server Error: /wiki/create-root/ Traceback (most recent call last): File "$PROJ_VENV/lib/python3.9/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) File "$PROJ_VENV/lib/python3.9/site-packages/django/core/handlers/base.py", line...

bug

![image](https://user-images.githubusercontent.com/10376033/74599661-7eea1880-5053-11ea-9692-b5de07cb0cf7.png)

This has silently failed. Not sure how to handle it. Perhaps the current tests don't even use channels. https://github.com/django-wiki/django-nyt/pull/88 ``` py36-django30 run-test: commands[0] | sh -c '! python test-project/manage.py makemigrations...

It would be nice to add support of web-push notifications. Many users prefer push notifications to email notifications. Users should have an option to receive via push or email or...

enhancement
question

I know this isn't an actual issue, but wondering if anyone has a sample that includes how to setup events and then allow uses to subscribe/unsubscribe to them. Cheers, Greg

documentation

In the tests for my application it seems that NotificationType is cleared after running each TestCase. This leads _notification_type_cache to no longer be valid. My current workaround is to manually...

bug

Hey there, I've been running an older fork of `django-nyt` with a few tweaks. I have to update my fork to the latest build anyway so I thought I'd check...

Instead of boggling the user's mind with weather or not these parameters should be supplied as objects or FK integers etc, let's 1) force that they are integers or strings...