{ "info": { "author": "Marco Minutoli", "author_email": "info@marcominutoli.it", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Unix", "Programming Language :: Python" ], "description": "===================================\nUnicredit package for django-oscar\n===================================\n\nThis package provides integration between django-oscar_ and `Unicredit`_.\n\n.. _django-oscar: https://github.com/tangentlabs/django-oscar\n\nSupport\n-------\n\nHaving problems or got a question?\n\n* write to me an email info@marcominutoli.it\n\n---------------\nGetting started\n---------------\n\nAdd 'unicredit' in your INSTALLED_APPS::\n\n\nAdd the following settings using the details from your sandbox buyer account::\n\n UNICREDIT_ID_ESERCENTE = 'XXXXXX'\n UNICREDIT_STABILIMENTO = 'XXXXX'\n UNICREDIT_USERID = 'XXXXX'\n UNICREDIT_PASSWORD = 'XXXXXX'\n UNICREDIT_STRINGA_SICUREZZA = 'XXXXXXXX'\n\n\nNext, you need to add the Unicredit URLs to your URL config. This can be done as\nfollows::\n\n from django.contrib import admin\n from oscar.app import shop\n\n urlpatterns = patterns('',\n (r'^admin/', include(admin.site.urls)),\n (r'^checkout/unicredit/', include('unicredit.urls')),\n (r'', include(shop.urls)),\n\n\nTo insert the UNICREDIT button in your template ``templates/oscar/checkout/preview.html`` aggiungendo::\n\n
", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marcominutoli/django-oscar-unicredit", "keywords": "E-commerce,Django,domain-driven,Payment,Unicredit", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-oscar-unicredit", "package_url": "https://pypi.org/project/django-oscar-unicredit/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-oscar-unicredit/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/marcominutoli/django-oscar-unicredit" }, "release_url": "https://pypi.org/project/django-oscar-unicredit/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A plugin to pay with unicredit bank", "version": "0.1.1" }, "last_serial": 1102045, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b311f7d8e167cfe97c13167e5ebe8960", "sha256": "f8942d68ec71ac2dbf2535ca4ba4b5641a094fbdee6126497ca02fbd427b1c8d" }, "downloads": -1, "filename": "django-oscar-unicredit-0.1.tar.gz", "has_sig": false, "md5_digest": "b311f7d8e167cfe97c13167e5ebe8960", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5952, "upload_time": "2013-07-05T12:51:09", "url": "https://files.pythonhosted.org/packages/98/03/03e4859f0e8972e2018f49c992b22abbc75b9fb9ae2af532a733b6aa7a26/django-oscar-unicredit-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a6949661b5bd2c1af8d2ef1d957fe0c6", "sha256": "58be1dd0d5e4aaac85752fd7733965f0c5ffff64f662eb3566a120d1bd2c77ef" }, "downloads": -1, "filename": "django-oscar-unicredit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a6949661b5bd2c1af8d2ef1d957fe0c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5983, "upload_time": "2014-05-23T12:14:45", "url": "https://files.pythonhosted.org/packages/cd/9a/c427f62ea193e4fded043c1d85d8c1f6ead1cefbd7be5fd2183a3292b9ff/django-oscar-unicredit-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6949661b5bd2c1af8d2ef1d957fe0c6", "sha256": "58be1dd0d5e4aaac85752fd7733965f0c5ffff64f662eb3566a120d1bd2c77ef" }, "downloads": -1, "filename": "django-oscar-unicredit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a6949661b5bd2c1af8d2ef1d957fe0c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5983, "upload_time": "2014-05-23T12:14:45", "url": "https://files.pythonhosted.org/packages/cd/9a/c427f62ea193e4fded043c1d85d8c1f6ead1cefbd7be5fd2183a3292b9ff/django-oscar-unicredit-0.1.1.tar.gz" } ] }