{ "info": { "author": "Naresh Chaudhary", "author_email": "naresh@quixom.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango-Paytm\n=====\n\nDjango-Paytm is an application for integrate paytm gateway with your django project.\n\nFork from here: [paytm-django](https://github.com/harishbisht/paytm-django)\n\nQuick start\n-----------\n\n1. Add \"paytm\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'paytm',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^paytm/', include('paytm.urls')),\n\n3. Put below variables into your settings file.\n ```\n PAYTM_MERCHANT_KEY= \"\"\n PAYTM_MERCHANT_ID = \"\"\n PAYTM_CALLBACK_URL = \"http://localhost:8000/response/\"\n ```\n\n4. Run `python manage.py migrate` to create the paytm models.\n\n5. ### Stuff used to make this:\n\n * [PAYTM API DOCUMENTATION](http://paywithpaytm.com/developer/paytm_api_doc/)\n * [SDK DOCUMENTATION](http://paywithpaytm.com/developer/paytm_sdk_doc/)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-paytm", "package_url": "https://pypi.org/project/django-paytm/", "platform": "", "project_url": "https://pypi.org/project/django-paytm/", "project_urls": null, "release_url": "https://pypi.org/project/django-paytm/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct payment using Paytm.", "version": "0.1" }, "last_serial": 3142918, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "662623538e1740981705c3296e49c140", "sha256": "ead30f304bf26623845ac3f7199e0bec39897cf797c4f8f4ce430b0959f9d0eb" }, "downloads": -1, "filename": "django-paytm-0.1.tar.gz", "has_sig": false, "md5_digest": "662623538e1740981705c3296e49c140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2816, "upload_time": "2017-09-02T11:45:50", "url": "https://files.pythonhosted.org/packages/fa/be/7590dd2af6cd639aa90378c49b316f0c1ba434dfbe04e68272e478961c1a/django-paytm-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "662623538e1740981705c3296e49c140", "sha256": "ead30f304bf26623845ac3f7199e0bec39897cf797c4f8f4ce430b0959f9d0eb" }, "downloads": -1, "filename": "django-paytm-0.1.tar.gz", "has_sig": false, "md5_digest": "662623538e1740981705c3296e49c140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2816, "upload_time": "2017-09-02T11:45:50", "url": "https://files.pythonhosted.org/packages/fa/be/7590dd2af6cd639aa90378c49b316f0c1ba434dfbe04e68272e478961c1a/django-paytm-0.1.tar.gz" } ] }