Skip to main content

Django PayOnline is an application for integration with PayOnline System.

Installation

Install django-payonline with pip:

pip install django-payonline

Configuration

  1. Add payonline app to INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'payonline',
    )
  2. Run syncdb command (with --migrate flag if you use South).

  3. Set app config in project’s settings:

    PAYONLINE_CONFIG = {
        'MERCHANT_ID': '...',
        'PRIVATE_SECURITY_KEY': '...',
    }
  4. Add payonline.urls to project’s urlconf:

    urlpatterns = patterns(
        ...
        url(r'^payonline/', include('payonline.urls')),
    )

Contributing

Feel free to fork, send pull requests or report bugs and issues on github.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-payonline-0.1.1.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file django-payonline-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-payonline-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7c1c24236ae4badc9ed7c70234a349c08b9f6c0d22138b9aad7ad9dbd2c07908
MD5 af925b68b985144c87e90879e4364888
BLAKE2b-256 3bf862c3fff748f7ef482fe8733b03615f3dcfa6d8b371a0c215bb806c5e079d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page