Skip to main content

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

  1. Add “eit_sms” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        "eit_sms",
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path("sms/", include("eit_sms.urls")),
  3. Run python manage.py migrate to create the models.

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

eit_sms-0.2.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eit_sms-0.2-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

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

Hashes for eit_sms-0.2.tar.gz
Algorithm Hash digest
SHA256 154eb1faa081bf186c7c5280d04fff14e85010af7c6ffee30b30cf4a9d8ed72c
MD5 8b88e3da50e458bde50804b1ef511725
BLAKE2b-256 1add24e6f8712d177e1f25f2c41c2f632947e35024829d3dcf27d285b91848d0

See more details on using hashes here.

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

Hashes for eit_sms-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9bd4635af0bb2d4abeeca3d2b8a252119427292f14526b3a064a13f899fb529c
MD5 ed6160e3019ec8d03cd27a0bbd51877d
BLAKE2b-256 094e33a1b7f16ceee5302256b4a4dd8a3d4ccf9cdb4ddfcde7568a35403afd6c

See more details on using hashes here.

Supported by

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