Django application to use sms processing system http://smscoin.com/
Project description
Django payment gateway for smscoin service
Payment gateway site: http://smscoin.com
Link to repository: https://github.com/Arpaso/smscoin
Usage
You have to use south migrations to update your database:
python manage.py migrate
Django form field: SMSKeyField. Example in forms.py:
from smscoin.fields import SMSKeyField class SMSForm(forms.ModelForm): sms_pair = SMSKeyField(label=_("Access code"), required=True)
settings.py:
SMSCOIN_KEY = "12345" # Your smscoin.com account key
Provider model:
from smscoin.models import Provider
Provides CountryAdmin to use at django admin interface
Provides django management command to update sms tariffs from the http://smscoin.com service:
python manage.py update_sms_tariff
help tag:
{% smscoin_help %}
Written by the development team of Arpaso company: http://arpaso.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-smscoin-0.1.tar.gz
(9.3 kB
view details)
File details
Details for the file django-smscoin-0.1.tar.gz
.
File metadata
- Download URL: django-smscoin-0.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3410d40042d328066f2bce412260cc9129ea3880bed8ce8a5ad376d5e1ae1b90 |
|
MD5 | 8d438adb1e0199de6b5672695cde7a8a |
|
BLAKE2b-256 | eaa6b4d0afb8ddf70ecec7f5f4b77a4f5d4cbfa2e6ffcdc25df9eefbd94577c7 |