LICENSE
MANIFEST.in
README.md
setup.py
django_pymess.egg-info/PKG-INFO
django_pymess.egg-info/SOURCES.txt
django_pymess.egg-info/dependency_links.txt
django_pymess.egg-info/not-zip-safe
django_pymess.egg-info/requires.txt
django_pymess.egg-info/top_level.txt
example/__init__.py
example/manage.py
example/dj/__init__.py
example/dj/urls.py
example/dj/wsgi.py
example/dj/apps/__init__.py
example/dj/apps/app/__init__.py
example/dj/apps/app/models.py
example/dj/apps/app/resource.py
example/dj/apps/app/serializable.py
example/dj/apps/app/migrations/0001_initial.py
example/dj/apps/app/migrations/0002_user_manual_created_date.py
example/dj/apps/app/migrations/0003_auto_20170729_2305.py
example/dj/apps/app/migrations/__init__.py
example/dj/apps/app/tests/__init__.py
example/dj/apps/app/tests/compatibility.py
example/dj/apps/app/tests/cors.py
example/dj/apps/app/tests/data_processors.py
example/dj/apps/app/tests/extra_resource.py
example/dj/apps/app/tests/factories.py
example/dj/apps/app/tests/fieldsets.py
example/dj/apps/app/tests/filter.py
example/dj/apps/app/tests/order.py
example/dj/apps/app/tests/serializer.py
example/dj/apps/app/tests/standard_operations.py
example/dj/apps/app/tests/test_case.py
example/dj/settings/__init__.py
example/dj/settings/base.py
example/dj/settings/settings.py
pymess/__init__.py
pymess/config.py
pymess/lockfile.py
pymess/sender.py
pymess/version.py
pymess/backend/__init__.py
pymess/backend/dialer/__init__.py
pymess/backend/dialer/daktela.py
pymess/backend/dialer/dummy.py
pymess/backend/emails/__init__.py
pymess/backend/emails/dummy.py
pymess/backend/emails/mandrill.py
pymess/backend/emails/smtp.py
pymess/backend/sms/__init__.py
pymess/backend/sms/ats_sms_operator.py
pymess/backend/sms/dummy.py
pymess/backend/sms/sms_operator.py
pymess/backend/sms/sns.py
pymess/backend/sms/twilio.py
pymess/locale/cs/LC_MESSAGES/django.mo
pymess/locale/cs/LC_MESSAGES/django.po
pymess/management/__init__.py
pymess/management/commands/__init__.py
pymess/management/commands/check_dialer_status.py
pymess/management/commands/check_sms_delivery.py
pymess/management/commands/dump_emails.py
pymess/management/commands/send_emails_batch.py
pymess/management/commands/sync_emails.py
pymess/migrations/0001_initial.py
pymess/migrations/0002_emailmessage_number_of_send_attempts.py
pymess/migrations/0003_dialer.py
pymess/migrations/0004_dialermessage_is_final_state.py
pymess/migrations/__init__.py
pymess/models/__init__.py
pymess/models/common.py
pymess/models/dialer.py
pymess/models/emails.py
pymess/models/sms.py
pymess/templates/pymess/sms/ats/base.xml
pymess/templates/pymess/sms/ats/delivery_request.xml
pymess/templates/pymess/sms/ats/sms.xml
pymess/templates/pymess/sms/sms_operator/base.xml
pymess/templates/pymess/sms/sms_operator/delivery_request.xml
pymess/templates/pymess/sms/sms_operator/sms.xml
pymess/utils/__init__.py
pymess/utils/logged_requests.py