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
txn_notifications/__init__.py
txn_notifications/admin.py
txn_notifications/apps.py
txn_notifications/exceptions.py
txn_notifications/models.py
txn_notifications/settings.py
txn_notifications/tasks.py
txn_notifications/urls.py
txn_notifications/views.py
txn_notifications/wrappers.py
txn_notifications/base/__init__.py
txn_notifications/base/admin.py
txn_notifications/base/models.py
txn_notifications/config/__init__.py
txn_notifications/config/settings.py
txn_notifications/config/urls.py
txn_notifications/handlers/__init__.py
txn_notifications/handlers/django.py
txn_notifications/handlers/email.py
txn_notifications/handlers/generic.py
txn_notifications/handlers/sms.py
txn_notifications/migrations/0001_initial.py
txn_notifications/migrations/__init__.py
txn_notifications/templates/__init__.py
txn_notifications/templatetags/__init__.py
txn_notifications/templatetags/markdown.py
txn_notifications/tests/__init__.py
txn_notifications/tests/factories.py
txn_notifications/tests/test_models.py
txn_notifications/tests/test_querysets.py
txn_notifications/tests/test_template.py
txn_notifications/tests/test_wrapper.py