Installation
Install django-fs-smsaero using pip:
$ pip install django-fs-smsaero
Add 'smsaero' to your INSTALLED_APPS setting:
INSTALLED_APPS = ( ... 'smsaero', ... )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
Release files for django-fs-smsaero 0.1
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-fs-smsaero-0.1.tar.gz | 5.4 kB | Details |
Release files / django-fs-smsaero-0.1.tar.gz
| Download URL | django-fs-smsaero-0.1.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b329e0ab37a0278ee33040a8b64f4a246b0278e6f6026cd7afb9f39b8d636c1
|
|
BLAKE2b-256 checksum How to use checksums |
6a95be01c72bd7fce78217104c2cfb6563180b49f65d35626658c51eb825f266
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |