Giter Site home page Giter Site logo

mushfiqur-rahman / django-send-sms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hizbul25/django-send-sms

0.0 0.0 0.0 125 KB

Send SMS from Django application using any SMS service provider just writing a single line of code.

Home Page: https://pypi.org/project/django-universal-sms/

License: Other

Python 100.00%

django-send-sms's Introduction

django-universal-sms

Send SMS from Django application using any SMS service provider just writing a single line of code.

Features

  • Support all standard SMS service provider
  • SMS configuration from django admin panel
  • There is SMS Log listing page
  • You can also test SMS sending from admin panel
  • Enough test coverage

Installation

pip

pip install django-universal-sms

Install apps in settings.py

INSTALLED_APPS = [
    'django.contrib.admin',
    '...',
    'send_sms',
]

migration

python manage.py migrate

Configuration

  • Go to admin panel by login with you admin credentials
  • Find out SMS Settings menu under SEND SMS and click on it.
  • There you'll see couple of fields to fill it up using SMS service provider credentials. Here is the example.
  • Carfefully compelete this part and save it.

Usage

Whenever you need to send SMS just use following code:

from send_sms.views import send_sms

send_sms(['mobile_number'], 'Your Message')

For each successful sending SMS you can see the log from SMS Log under under SEND SMS menu.

Support

Feel free to ask for the support over the email hizbul.ku[at]gmail.com.

django-send-sms's People

Contributors

hizbul25 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.