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'
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-sendsms-admin-0.1.0.tar.gz.
File metadata
- Download URL: django-sendsms-admin-0.1.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf33046e018330674da774b0dd51c71ce72ba85d9db1f56e70bbf0cc0a68fc2a
|
|
| MD5 |
72f79103f8fa8e38154694d8f280d657
|
|
| BLAKE2b-256 |
48f685d86be6921eb4632dc200d36175336bbe7c67e642f8fc48c8edbc2cd42e
|