Skip to main content

App for sending and receiving SMS messages via http://www.textlocal.com

Project description

For sending and receiving text messages (SMS) from textlocal.com

Installation

pip install django-txtlocal

Receiving Messages

Add to your urls.py:

url(r'^', include('txtlocal.urls'))

Add to your settings.py:

INSTALLED_APPS = (
    ...
    'txtlocal',
    ...
)

Run:

python manage.py syncdb

Sending Messages

Add to your settings.py:

TXTLOCAL_USERNAME = Your username with textlocal
TXTLOCAL_PASSWORD = Your password with textlocal
TXTLOCAL_FROM = Word up to 11 characters or number up to 14 digits. String.

You can also set TXTLOCAL_ENDPOINT. This defaults to https://www.txtlocal.com/sendsmspost.php

Infrequently Asked Questions

Why txtlocal, not tExtlocal?

Because textlocal.com used to be txtlocal.co.uk

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-txtlocal-1.1.2.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file django-txtlocal-1.1.2.tar.gz.

File metadata

File hashes

Hashes for django-txtlocal-1.1.2.tar.gz
Algorithm Hash digest
SHA256 71d7cfb4d916e00addd69811d9e2ba7f1de31e9b4a3035c16390ab7cd6b60c2f
MD5 c63dc1ce6829a1e8f57c1e23555e8235
BLAKE2b-256 1267fbe5d2f0f6b0a6be9154b7b78aa2a0eb5487e576538b54250d74d2ec394c

See more details on using hashes here.

Supported by

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