django-paytm 0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangopaytm 0.1

=====Django-Paytm=====Django-Paytm is an application for integrate paytm gateway with your django project.Fork from here: [paytm-django](https://github.com/harishbisht/paytm-django)Quick start-----------1. Add "paytm" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'paytm', ]2. Include the polls URLconf in your project urls.py like this:: url(r'^paytm/', include('paytm.urls')),3. Put below variables into your settings file. ``` PAYTM_MERCHANT_KEY= "<YOUR-PAYTM-MERCHANT-KEY>" PAYTM_MERCHANT_ID = "<YOUR-PAYTM-MERCHANT-ID>" PAYTM_CALLBACK_URL = "http://localhost:8000/response/" ```4. Run `python manage.py migrate` to create the paytm models.5. ### Stuff used to make this: * [PAYTM API DOCUMENTATION](http://paywithpaytm.com/developer/paytm_api_doc/) * [SDK DOCUMENTATION](http://paywithpaytm.com/developer/paytm_sdk_doc/)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.