Django integration with SMS Aero
Project description
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
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
django-fs-smsaero-0.1.tar.gz
(5.4 kB
view details)
File details
Details for the file django-fs-smsaero-0.1.tar.gz
.
File metadata
- Download URL: django-fs-smsaero-0.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b329e0ab37a0278ee33040a8b64f4a246b0278e6f6026cd7afb9f39b8d636c1 |
|
MD5 | f09d9cc70a75f5d9c38e20dc8c56b6a8 |
|
BLAKE2b-256 | 6a95be01c72bd7fce78217104c2cfb6563180b49f65d35626658c51eb825f266 |