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
Release files for django-txtlocal 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-txtlocal-1.1.3.tar.gz | 3.5 kB | Details |
Release files / django-txtlocal-1.1.3.tar.gz
| Download URL | django-txtlocal-1.1.3.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b69f25651d1effa8161b93b86e83ac5c828f1a39c366bc87cea09b09aa464d76
|
|
BLAKE2b-256 checksum How to use checksums |
0f5664fb961b3de910b865b15a78e98a6fa2d15e85f85ce1987c90d9faa308ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |