Skip to main content

SMS sending api for django

Project description

  1. Create a new project

  2. pip install django-sms-uz==1.0.0, pip install djangorestframework and pip install requests

  3. Add the following to your settings.py file: INSTALLED_APPS = ( … ‘SMS’, … ) SMS_SETTINGS = {“SMS_URL”: “http://91.204.239.44/broker-api/send”,”SMS_LOGIN”: “LOGIN”,”SMS_PASSWORD”: “PASSWORD”} set in your settings.py file

  4. Add the following to your urls.py file:

    path(‘sms/’, include(‘SMS.urls’)),

  5. Run python manage.py migrate to create the database tables

  6. Start your Django development server python manage.py runserver and go to http://localhost:8000/sms/send_sms/

  7. Enter your phone number and message and click send

  8. Check your terminal for a response and Django admin will tell you if it was successful or not

  9. You could use call from SMS.sms_utils import SMS_Sender to get the SMS class and send sms using by the way SMS_Sender(phone_number, message).SendSmsOneContact() it returns a response

  10. Don’t forget to add SMS to your INSTALLED_APPS list and add SMS_SETTINGS = {“SMS_URL”: “http://91.204.239.44/broker-api/send”,”SMS_LOGIN”: “LOGIN”,”SMS_PASSWORD”: “PASSWORD”} set in your settings.py file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sms-uz-1.0.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_sms_uz-1.0.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file django-sms-uz-1.0.1.tar.gz.

File metadata

  • Download URL: django-sms-uz-1.0.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for django-sms-uz-1.0.1.tar.gz
Algorithm Hash digest
SHA256 452bd9abb5ccd86aa5cddf4f688497b22fde16dfe4f936e7fc9e4cee37a411ed
MD5 a97ec464924a272b2736b5903415f153
BLAKE2b-256 36de2027a8e2b212a6f40a466f9e2be9bb7e605971f6738b990c4925894c7c1b

See more details on using hashes here.

File details

Details for the file django_sms_uz-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: django_sms_uz-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for django_sms_uz-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 04115b666e87447468b04cd7f192b94d86407740e45c66ba1441ff7616200647
MD5 6c3fb9380cb1d041c2a5dee7038597e0
BLAKE2b-256 7172a1f2fb0a882c8e5cedd62c80914d7d18ba08c1069b81043a2d3ba0f888dc

See more details on using hashes here.

Supported by

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