{"id":13448866,"url":"https://github.com/MicroPyramid/django-payu","last_synced_at":"2025-03-22T18:32:04.761Z","repository":{"id":36839490,"uuid":"41146402","full_name":"MicroPyramid/django-payu","owner":"MicroPyramid","description":"payu payment gateway integration for django projects","archived":false,"fork":false,"pushed_at":"2022-02-02T06:24:29.000Z","size":46,"stargazers_count":42,"open_issues_count":5,"forks_count":35,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-16T06:27:11.247Z","etag":null,"topics":["django","package","payu","pip"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicroPyramid.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-21T09:02:50.000Z","updated_at":"2025-03-12T14:36:26.000Z","dependencies_parsed_at":"2022-07-12T20:10:31.817Z","dependency_job_id":null,"html_url":"https://github.com/MicroPyramid/django-payu","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fdjango-payu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fdjango-payu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fdjango-payu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fdjango-payu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroPyramid","download_url":"https://codeload.github.com/MicroPyramid/django-payu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245002847,"owners_count":20545505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","package","payu","pip"],"created_at":"2024-07-31T06:00:22.683Z","updated_at":"2025-03-22T18:31:59.737Z","avatar_url":"https://github.com/MicroPyramid.png","language":"Python","readme":"Django-PayU\n==============\n.. image:: http://travis-ci.org/MicroPyramid/django-payu.svg?branch=master\n    :target: http://travis-ci.org/MicroPyramid/django-payu\n.. image:: https://coveralls.io/repos/github/MicroPyramid/django-payu/badge.svg?branch=master\n    :target: https://coveralls.io/github/MicroPyramid/django-payu?branch=master\n.. image:: https://img.shields.io/github/license/micropyramid/django-payu.svg\n    :target: https://pypi.python.org/pypi/django-payu/\n.. image:: https://landscape.io/github/MicroPyramid/django-payu/master/landscape.svg?style=flat\n   :target: https://landscape.io/github/MicroPyramid/django-payu/master\n   :alt: Code Health\n\n\nThis package provides integration between `Django` and `PayU Payment Gateway`.\n\n\nQuick start\n------------\n\n1. Install 'django-payu' using the following command::\n\n    pip install django-payu\n\n2. Add \"payu\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ....\n        ....\n        'payu',\n    ]\n\n3. Add the following settings in the setting file using the details from your PayU account::\n\n    PAYU_MERCHANT_KEY = \"Your MerchantID\",\n\n    PAYU_MERCHANT_SALT = \"Your MerchantSALT\",\n\n    # And add the PAYU_MODE to 'TEST' for testing and 'LIVE' for production.\n    PAYU_MODE = \"TEST\"\n\n4. Finally, run the following commands::\n\n    python manage.py migrate\n\n5. Run the tests::\n\n    python test_runner.py  test -v 2\n\n\n\n\nVisit our Django E-commerce Development page `Here`_\n\nFor additional help you can `Contact us here`_\n\n.. _contact us here: https://micropyramid.com/contact-us/\n.. _Here: https://micropyramid.com/django-ecommerce-development/\n","funding_links":[],"categories":["Payment Processing"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicroPyramid%2Fdjango-payu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMicroPyramid%2Fdjango-payu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMicroPyramid%2Fdjango-payu/lists"}