Skip to main content

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

This version

0.1

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 hashes)

Uploaded Source

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