.coveragerc
AUTHORS
LICENSE
MANIFEST.in
Makefile
README.rst
pytest.ini
runtests
setup.cfg
setup.py
tox.ini
django_vox/__init__.py
django_vox/activity_urls.py
django_vox/admin.py
django_vox/apps.py
django_vox/base.py
django_vox/middleware.py
django_vox/models.py
django_vox/registry.py
django_vox/settings.py
django_vox/views.py
django_vox.egg-info/PKG-INFO
django_vox.egg-info/SOURCES.txt
django_vox.egg-info/dependency_links.txt
django_vox.egg-info/pbr.json
django_vox.egg-info/requires.txt
django_vox.egg-info/top_level.txt
django_vox/backends/__init__.py
django_vox/backends/activity.py
django_vox/backends/base.py
django_vox/backends/base_email.py
django_vox/backends/html_email.py
django_vox/backends/json_webhook.py
django_vox/backends/markdown_email.py
django_vox/backends/postmark_email.py
django_vox/backends/slack.py
django_vox/backends/template_email.py
django_vox/backends/twilio.py
django_vox/backends/twitter.py
django_vox/backends/xmpp.py
django_vox/extra/__init__.py
django_vox/extra/background.py
django_vox/management/__init__.py
django_vox/management/commands/__init__.py
django_vox/management/commands/make_notifications.py
django_vox/migrations/0001_initial.py
django_vox/migrations/0002_attachments.py
django_vox/migrations/0003_activity_stream.py
django_vox/migrations/0004_activity_fields.py
django_vox/migrations/0005_activity_table.py
django_vox/migrations/0006_activity_read_at.py
django_vox/migrations/0007_from_address.py
django_vox/migrations/__init__.py
django_vox/static/django_vox/notification_fields.js
django_vox/static/django_vox/markitup/images.css
django_vox/static/django_vox/markitup/jquery.markitup.js
django_vox/static/django_vox/markitup/style.css
django_vox/static/django_vox/markitup/images/bold.png
django_vox/static/django_vox/markitup/images/code.png
django_vox/static/django_vox/markitup/images/handle.png
django_vox/static/django_vox/markitup/images/image.png
django_vox/static/django_vox/markitup/images/italic.png
django_vox/static/django_vox/markitup/images/link.png
django_vox/static/django_vox/markitup/images/list-bullet.png
django_vox/static/django_vox/markitup/images/list-numeric.png
django_vox/static/django_vox/markitup/images/menu.png
django_vox/static/django_vox/markitup/images/picture.png
django_vox/static/django_vox/markitup/images/preview.png
django_vox/static/django_vox/markitup/images/quotes.png
django_vox/static/django_vox/markitup/images/stroke.png
django_vox/static/django_vox/markitup/images/submenu.png
django_vox/templates/django_vox/change_form.html
django_vox/templates/django_vox/issue.html
django_vox/templates/django_vox/notify.html
docs/activities.rst
docs/attachments.rst
docs/backends.rst
docs/comparison.rst
docs/conf.py
docs/demo.rst
docs/extras.rst
docs/getting_started.rst
docs/index.rst
docs/protocols.rst
docs/settings.py
docs/templates.rst
tests/__init__.py
tests/admin.py
tests/apps.py
tests/demo_settings.py
tests/migrate_settings.py
tests/models.py
tests/root_urls.py
tests/settings.py
tests/test_activity.py
tests/test_admin.py
tests/test_backends.py
tests/test_base.py
tests/test_commands.py
tests/test_models.py
tests/test_settings.py
tests/test_templates.py
tests/urls.py
tests/views.py
tests/fixtures/demo.yaml
tests/fixtures/test.yaml
tests/templates/tests/article.html
tests/templates/tests/index.html
tests/templates/tests/subscribed.html
tests/templates/tests/subscriber.html