django-payonline

Software Screenshot:
django-payonline
Software Details:
Version: 0.1.1
Upload Date: 14 Apr 15
Developer: Mike Yumatov
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

django-payonline is a Django app 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.

Requirements:

  • Python
  • Django

Other Software of Developer Mike Yumatov

django-sitesutils
django-sitesutils

20 Feb 15

lemon-publications
lemon-publications

20 Feb 15

gears-less
gears-less

20 Feb 15

gears-handlebars
gears-handlebars

20 Feb 15

Comments to django-payonline

Comments not found
Add Comment
Turn on images!