django-robokassa-merchant

Django Application for Robokassa.ru


Keywords
django, robokassa, merchant
License
MIT
Install
pip install django-robokassa-merchant==0.3

Documentation

Django Robokassa Merchant

https://travis-ci.org/DirectlineDev/django-robokassa-merchant.svg?branch=master https://coveralls.io/repos/DirectlineDev/django-robokassa-merchant/badge.svg?branch=master&service=github

About

TODO

Requirements

  • Python 2 & 3
  • Django 1.8+

Installation

  1. Install it using pip (coming soon):
pip install django-robokassa-merchant
  1. Add the robokassa_merchant app to your INSTALLED_APPS:
# settings.py
INSTALLED_APPS = (
  ...,
  'robokassa_merchant',
  ...
)
  1. TODO

Usage

TODO

License

This software is distributed under the MIT License - please, see LICENSE file