Skip to main content

Django integration with SMS Aero

Project description

Installation

  1. Install django-fs-smsaero using pip:

    $ pip install django-fs-smsaero
  2. Add 'smsaero' to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        ...
        'smsaero',
        ...
    )
  3. Run syncdb or migrate:

    $ ./manage.py syncdb
    
    or
    
    $ ./manage.py migrate

Usage

Just import send_sms function and use it:

from smsaero.api import send_sms

send_sms('+79135461856', 'Some text.')

Credits

Fogstream

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

django-fs-smsaero-0.1.tar.gz (5.4 kB view details)

Uploaded Source

File details

Details for the file django-fs-smsaero-0.1.tar.gz.

File metadata

File hashes

Hashes for django-fs-smsaero-0.1.tar.gz
Algorithm Hash digest
SHA256 5b329e0ab37a0278ee33040a8b64f4a246b0278e6f6026cd7afb9f39b8d636c1
MD5 f09d9cc70a75f5d9c38e20dc8c56b6a8
BLAKE2b-256 6a95be01c72bd7fce78217104c2cfb6563180b49f65d35626658c51eb825f266

See more details on using hashes here.

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