Skip to content

krishnadaszorse/DjangoPayU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Django-payu

What is PayU

PayU is India's most comprehensive payment gateway with credit cards, debit cards and netbanking. Go live with all payment options fastest in India

How to install Django-payu

git clone https://github.com/krishnadaszorse/Django-payu.git
cd Django-payu/PayU 
python setup.py install

Setup in your project

in settings.py

add 'payu' in INSTALLED_APPS add PAYU_INFO

PAYU_INFO = {'merchant_key': "C0Dr8m",
             'merchant_salt': "3sf0jURk",
             # for production environment use 'https://secure.payu.in/_payment'
             'payment_url': 'https://test.payu.in/_payment',
}

Check out demo for learn how to integrate views

About

updated plugin to integrate payu payment gateway with your django App easly.For more info please read README

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages