.gitignore
.travis.yml
LICENSE
MANIFEST.in
Makefile
README.rst
setup.py
tox.ini
django_tidings.egg-info/PKG-INFO
django_tidings.egg-info/SOURCES.txt
django_tidings.egg-info/dependency_links.txt
django_tidings.egg-info/not-zip-safe
django_tidings.egg-info/pbr.json
django_tidings.egg-info/requires.txt
django_tidings.egg-info/top_level.txt
docs/Makefile
docs/changes.rst
docs/conf.py
docs/design.rst
docs/dev.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/reference.rst
docs/requirements.txt
docs/settings.rst
docs/views.rst
tests/__init__.py
tests/base.py
tests/requirements.txt
tests/settings.py
tests/test_events.py
tests/test_models.py
tests/test_tasks.py
tests/test_templates.py
tests/test_templatetags.py
tests/test_utils.py
tests/urls.py
tests/mockapp/__init__.py
tests/mockapp/models.py
tests/templates/base.html
tidings/__init__.py
tidings/admin.py
tidings/events.py
tidings/models.py
tidings/tasks.py
tidings/urls.py
tidings/utils.py
tidings/views.py
tidings/migrations/0001_initial.py
tidings/migrations/__init__.py
tidings/south_migrations/0001_initial.py
tidings/south_migrations/__init__.py
tidings/templates/tidings/unsubscribe.html
tidings/templates/tidings/unsubscribe_error.html
tidings/templates/tidings/unsubscribe_success.html
tidings/templates/tidings/email/unsubscribe.ltxt
tidings/templatetags/__init__.py
tidings/templatetags/unsubscribe_instructions.py