Implement email digests for forum content
This is the initial implementation. See README for more details.
Showing
AUTHORS
0 → 100644
CHANGELOG.rst
0 → 100644
CONTRIBUTING.rst
0 → 100644
LICENSE.TXT
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
deleted
100644 → 0
README.rst
0 → 100644
manage.py
0 → 100644
notifier/__init__.py
0 → 100644
notifier/connection_wrapper.py
0 → 100644
notifier/digest.py
0 → 100644
notifier/management/__init__.py
0 → 100644
notifier/management/commands/__init__.py
0 → 100644
notifier/models.py
0 → 100644
notifier/pull.py
0 → 100644
notifier/settings.py
0 → 100644
notifier/tasks.py
0 → 100644
notifier/templates/digest-email.html
0 → 100644
notifier/templates/digest-email.txt
0 → 100644
notifier/tests/__init__.py
0 → 100644
notifier/tests/cs_notifications.result.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
notifier/tests/digest_content_result.json
0 → 100644
This diff is collapsed.
Click to expand it.
notifier/tests/test_commands.py
0 → 100644
notifier/tests/test_pull.py
0 → 100644
notifier/tests/test_tasks.py
0 → 100644
notifier/tests/test_user.py
0 → 100644
notifier/user.py
0 → 100644
requirements.txt
0 → 100644
| Django==1.4.5 | ||
| amqp==1.0.12 | ||
| anyjson==0.3.3 | ||
| autopep8==0.9.2 | ||
| billiard==2.7.3.28 | ||
| celery==3.0.19 | ||
| coverage==3.6 | ||
| django-celery==3.0.17 | ||
| django-configurations==0.3 | ||
| django-coverage==1.2.4 | ||
| django-ses==0.4.1 | ||
| dogapi==1.4.0 | ||
| dogstatsd-python==0.2.1 | ||
| kombu==2.5.11 | ||
| logilab-astng==0.24.3 | ||
| logilab-common==0.59.1 | ||
| mock==1.0.1 | ||
| pep8==1.4.6 | ||
| pycrypto>=2.6 | ||
| pylint==0.28.0 | ||
| python-dateutil==2.1 | ||
| pytz==2013b | ||
| requests==0.14.2 | ||
| six==1.3.0 | ||
| wsgiref==0.1.2 |
Please
register
or
sign in
to comment