django-payonline 0.1.1
A Django application for integration with PayOnline System
Django PayOnline is an application for integration with PayOnline System.
Installation
Install django-payonline with pip:
pip install django-payonline
Configuration
Add payonline app to INSTALLED_APPS:
INSTALLED_APPS = ( ... 'payonline', )Run syncdb command (with --migrate flag if you use South).
Set app config in project's settings:
PAYONLINE_CONFIG = { 'MERCHANT_ID': '...', 'PRIVATE_SECURITY_KEY': '...', }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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-payonline-0.1.1.tar.gz (md5) | Source | 2011-12-07 | 4KB | 201 | |
- Author: Mike Yumatov
- License: ISC
-
Categories
- Development Status :: 4 - Beta
- Framework :: Django
- Intended Audience :: Developers
- License :: OSI Approved :: ISC License (ISCL)
- Programming Language :: Python
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Topic :: Internet :: WWW/HTTP
- Package Index Owner: yumike
- DOAP record: django-payonline-0.1.1.xml
