django-payonline

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

Rating: 5.0/5 (Total Votes: 1)

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

Snake
Snake

12 May 15

lemon-filebrowser
lemon-filebrowser

20 Feb 15

gears-coffeescript
gears-coffeescript

20 Feb 15

Comments to django-payonline

Comments not found
Add Comment
Turn on images!