A Django app to scaffold SMS functions.
Project description
eit-sms is a Django app that aims at scaffolding the common functionality of sending SMS from a parent Django application. It allows you to define configs and flow by which you would like to send SMSs, whether synchronous or asynchronous.
Quick start
Add “eit_sms” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "eit_sms", ]Include the polls URLconf in your project urls.py like this:
path("sms/", include("eit_sms.urls")),Run python manage.py migrate to create the models.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eit_sms-0.2.tar.gz.
File metadata
- Download URL: eit_sms-0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
154eb1faa081bf186c7c5280d04fff14e85010af7c6ffee30b30cf4a9d8ed72c
|
|
| MD5 |
8b88e3da50e458bde50804b1ef511725
|
|
| BLAKE2b-256 |
1add24e6f8712d177e1f25f2c41c2f632947e35024829d3dcf27d285b91848d0
|
File details
Details for the file eit_sms-0.2-py3-none-any.whl.
File metadata
- Download URL: eit_sms-0.2-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bd4635af0bb2d4abeeca3d2b8a252119427292f14526b3a064a13f899fb529c
|
|
| MD5 |
ed6160e3019ec8d03cd27a0bbd51877d
|
|
| BLAKE2b-256 |
094e33a1b7f16ceee5302256b4a4dd8a3d4ccf9cdb4ddfcde7568a35403afd6c
|