LICENCE
README.md
pyproject.toml
setup.py
django_transactional_notifications.egg-info/PKG-INFO
django_transactional_notifications.egg-info/SOURCES.txt
django_transactional_notifications.egg-info/dependency_links.txt
django_transactional_notifications.egg-info/requires.txt
django_transactional_notifications.egg-info/top_level.txt
notifications/__init__.py
notifications/admin.py
notifications/apps.py
notifications/exceptions.py
notifications/models.py
notifications/settings.py
notifications/urls.py
notifications/views.py
notifications/wrappers.py
notifications/base/__init__.py
notifications/base/admin.py
notifications/base/models.py
notifications/config/__init__.py
notifications/config/settings.py
notifications/config/urls.py
notifications/handlers/__init__.py
notifications/handlers/django.py
notifications/handlers/email.py
notifications/handlers/generic.py
notifications/handlers/sms.py
notifications/migrations/0001_initial.py
notifications/migrations/__init__.py
notifications/templatetags/__init__.py
notifications/templatetags/markdown.py
notifications/tests/__init__.py
notifications/tests/factories.py
notifications/tests/test_django_handler.py
notifications/tests/test_models.py
notifications/tests/test_querysets.py
notifications/tests/test_template.py
notifications/tests/test_wrapper.py