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.3.tar.gz
(3.5 kB
view details)
File details
Details for the file django-txtlocal-1.1.3.tar.gz
.
File metadata
- Download URL: django-txtlocal-1.1.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b69f25651d1effa8161b93b86e83ac5c828f1a39c366bc87cea09b09aa464d76 |
|
MD5 | 8982203d6286d720da87622c9348facb |
|
BLAKE2b-256 | 0f5664fb961b3de910b865b15a78e98a6fa2d15e85f85ce1987c90d9faa308ae |