Skip to main content

A pluggable Django application for integrating Pay.ir into your website.

Project description

Django Pay.ir

Django Pay.ir is a pluggable application that integrates Pay.ir services into your website. The application introduces two new models to your system that encapsulate Pay.ir API calls as object methods. Django Pay.ir has been tested on and supports:

  • Python 3.7+
  • Django 2.2.11 (Latest LTS Release)

Quick Start

  1. Install the package:

    pip install django-payir
    
  2. Add payir to your INSTALLED_APPS setting:

    INSTALLED_APPS = [
        ...
        'payir',
    ]
    
  3. Run python manage.py makemigrations and python manage.py migrate to create the necessary models.

  4. Start a development server and visit http://127.0.0.1:8000/admin/payir/gateway to set up your gateways.

Documentation

Visit the development documentations at https://github.com/farahmand-m/django-payir/wiki.

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-payir-0.1.2.tar.gz (5.0 kB view hashes)

Uploaded Source

Built Distribution

django_payir-0.1.2-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

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