🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

django-fs-smsaero

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-fs-smsaero

Django integration with SMS Aero

0.1
PyPI
Maintainers
1

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

Fogstream <http://fogstream.ru>_

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts