django-sendsms-admin
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'
Release files for django-sendsms-admin 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-sendsms-admin-0.1.0.tar.gz | 3.8 kB | Details |
Release files / django-sendsms-admin-0.1.0.tar.gz
| Download URL | django-sendsms-admin-0.1.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf33046e018330674da774b0dd51c71ce72ba85d9db1f56e70bbf0cc0a68fc2a
|
|
BLAKE2b-256 checksum How to use checksums |
48f685d86be6921eb4632dc200d36175336bbe7c67e642f8fc48c8edbc2cd42e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |