Skip to main content

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

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.

Release history Release notifications | RSS feed

This release

0.1 This release

1 file

Supported by

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