A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pypi.python.org/pypi/django-payu/ below:

django-payu · PyPI

Project description

This package provides integration between Django and PayU Payment Gateway.

Quick start
  1. Install ‘django-payu’ using the following command:

    pip install django-payu
  2. Add “payu” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ....
        ....
        'payu',
    ]
  3. Add the following settings in the setting file using the details from your PayU account:

    PAYU_MERCHANT_KEY = "Your MerchantID",
    
    PAYU_MERCHANT_SALT = "Your MerchantSALT",
    
    # And add the PAYU_MODE to 'TEST' for testing and 'LIVE' for production.
    PAYU_MODE = "TEST"
  4. Finally, run the following commands:

    python manage.py migrate
  5. Run the tests:

    python test_runner.py  test -v 2

Visit our Django E-commerce Development page Here

For additional help you can Contact us here

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution File details

Details for the file django-payu-0.5.tar.gz.

File metadata File hashes Hashes for django-payu-0.5.tar.gz Algorithm Hash digest SHA256 c4212c51d1e79a345d7a9db1d8d9bbb5a56daae6e93d5b40f4be051dfe65ca27 MD5 e53ec1210af5ff24f12c460f8e5e4bd3 BLAKE2b-256 b3c076f79d4c2dd2a8d55af445a6cb7698f4dccd63e8809736e616cdbc7e7428

See more details on using hashes here.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4