{ "info": { "author": "Mike Yumatov", "author_email": "mike@yumatov.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP" ], "description": "Django PayOnline\n================\n\nDjango PayOnline is an application for integration with PayOnline System.\n\nInstallation\n------------\n\nInstall django-payonline with pip::\n\n pip install django-payonline\n\nConfiguration\n-------------\n\n1. Add ``payonline`` app to ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...\n 'payonline',\n )\n\n2. Run ``syncdb`` command (with ``--migrate`` flag if you use South).\n\n3. Set app config in project's settings::\n\n PAYONLINE_CONFIG = {\n 'MERCHANT_ID': '...',\n 'PRIVATE_SECURITY_KEY': '...',\n }\n\n4. Add ``payonline.urls`` to project's urlconf::\n\n urlpatterns = patterns(\n ...\n url(r'^payonline/', include('payonline.urls')),\n )\n\nContributing\n------------\n\nFeel free to fork, send pull requests or report bugs and issues on github.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "django-payonline", "package_url": "https://pypi.org/project/django-payonline/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-payonline/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-payonline/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A Django application for integration with PayOnline System", "version": "0.1.1" }, "last_serial": 790266, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "af925b68b985144c87e90879e4364888", "sha256": "7c1c24236ae4badc9ed7c70234a349c08b9f6c0d22138b9aad7ad9dbd2c07908" }, "downloads": -1, "filename": "django-payonline-0.1.1.tar.gz", "has_sig": false, "md5_digest": "af925b68b985144c87e90879e4364888", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4643, "upload_time": "2011-12-07T08:39:48", "url": "https://files.pythonhosted.org/packages/3b/f8/62c3fff748f7ef482fe8733b03615f3dcfa6d8b371a0c215bb806c5e079d/django-payonline-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af925b68b985144c87e90879e4364888", "sha256": "7c1c24236ae4badc9ed7c70234a349c08b9f6c0d22138b9aad7ad9dbd2c07908" }, "downloads": -1, "filename": "django-payonline-0.1.1.tar.gz", "has_sig": false, "md5_digest": "af925b68b985144c87e90879e4364888", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4643, "upload_time": "2011-12-07T08:39:48", "url": "https://files.pythonhosted.org/packages/3b/f8/62c3fff748f7ef482fe8733b03615f3dcfa6d8b371a0c215bb806c5e079d/django-payonline-0.1.1.tar.gz" } ] }