Skip to main content

A database delivery backend for django-sendsms (for debugging).

Project description

A delivery backend for django-sendsms that delivers messages to the database instead of sending them. This is meant for debugging. Also allows sending SMSs from the admin interface.

Installation

pip install django-sendsms-admin

Then add sendsms_admin to INSTALLED_APPS and run syncdb or migrate. This already allows sending messages from admin. To enable the debug backend to place all SMSs into the database:

SENDSMS_BACKEND = 'sendsms_admin.backend.DatabaseSmsBackend'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sendsms-admin-0.1.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page