Skip to main content

A simple Django app for easy payment via pay.ir .

Project description

# Django payment module for Pay.ir

[![Travis-CI](https://travis-ci.org/rasooll/django-pay-ir.svg?branch=master)](https://travis-ci.org/rasooll/django-pay-ir)
[![Coverage Status](https://coveralls.io/repos/github/rasooll/django-pay-ir/badge.svg?branch=master)](https://coveralls.io/github/rasooll/django-pay-ir?branch=master)
![PyPI](https://img.shields.io/pypi/v/django-payment-payir.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-payment-payir.svg)
![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-payment-payir.svg)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/django-payment-payir.svg)

## Installation

First install package.

```bash
pip install django-payment-payir
```

Add 'pay_ir' to your INSTALLED_APPS setting.

```python
INSTALLED_APPS = (
...
'pay_ir',
)
```

And add `PAY_IR_CONFIG` in to setting file.

```python
PAY_IR_CONFIG = {
"api_key": "YOUR_API_KEY"
}
```

For test without api key enter a `test` as api key.

Add the following to your root `urls.py` file.

```python
urlpatterns = [
...
url(r'^payment/', include('pay_ir.urls'))
]
```

Note that the URL path can be whatever you want.

Run `python manage.py migrate` to create the payments models.

### Tested on

- Python (3.6.6)
- Django (2.1)
- requests (2.19.1)

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-payment-payir-0.3.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

django_payment_payir-0.3-py3-none-any.whl (12.8 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