LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
django_dans_notifications.egg-info/PKG-INFO
django_dans_notifications.egg-info/SOURCES.txt
django_dans_notifications.egg-info/dependency_links.txt
django_dans_notifications.egg-info/requires.txt
django_dans_notifications.egg-info/top_level.txt
notifications/__init__.py
notifications/admin.py
notifications/apps.py
notifications/notification_manager.py
notifications/urls.py
notifications/migrations/0001_initial.py
notifications/migrations/0002_alter_emailnotification_managers_and_more.py
notifications/migrations/0003_rename_from_user_basicnotification_sender_and_more.py
notifications/migrations/0004_rename_basicnotification_notificationbasic_and_more.py
notifications/migrations/0005_remove_notificationbasic_recipients_and_more.py
notifications/migrations/0006_alter_notificationemailtemplate_managers_and_more.py
notifications/migrations/0007_alter_notificationbasic_recipients_and_more.py
notifications/migrations/__init__.py
notifications/models/__init__.py
notifications/models/base.py
notifications/models/basic.py
notifications/models/email.py
notifications/models/push.py
notifications/serializers/__init__.py
notifications/serializers/basic.py
notifications/serializers/email.py
notifications/serializers/push.py
notifications/templates/emails/base.html
notifications/templates/emails/default.html
notifications/templates/emails/email_templates.md
notifications/templates/emails/empty.html
notifications/templates/emails/password_reset_request.html
notifications/templates/emails/template.html
notifications/test/__init__.py
notifications/test/model_tests/__init__.py
notifications/test/model_tests/base.py
notifications/test/model_tests/basic/__init__.py
notifications/test/model_tests/basic/test_notification_basic.py
notifications/test/model_tests/email/__init__.py
notifications/test/model_tests/email/test_notification_email.py
notifications/test/model_tests/email/test_notification_email_manager.py
notifications/test/model_tests/email/test_notification_email_template.py
notifications/test/model_tests/email/test_notification_email_template_manager.py
notifications/test/model_tests/push/__init__.py
notifications/test/model_tests/push/test_notification_push.py
notifications/test/view_tests/__init__.py
notifications/test/view_tests/base.py
notifications/test/view_tests/test_notification_basic_view_set.py
notifications/test/view_tests/test_notification_email_view_set.py
notifications/test/view_tests/test_notification_push_view_set.py
notifications/views/__init__.py
notifications/views/basic.py
notifications/views/email.py
notifications/views/push.py