{ "info": { "author": "Sebastian Serrano", "author_email": "support@bitpagos.net", "bugtrack_url": null, "classifiers": [], "description": "django-shop-bitcoin\n===================\n\nBitPagos Bitcoin Payment Backend for Django Shop\n\nThis applicaiton is a bitpagos backend for django-SHOP, or any other shop system implementing its shop interface.\n\nUsage\n======\n\n1.\nAdd django-paypal and this project to your INSTALLED_APPS:::\n\n INSTALLED_APPS = (\n ...\n 'shop_bitpagos',\n ...\n )\n\n2.\nAdd 'shop_bitpagos.offsite_bitpagos.BitPagosBackend' to django-SHOP's SHOP_PAYMENT_BACKENDS setting.\n\n3.\nMake sure you set following in settings.py:\n\n* `SHOP_BITPAGOS_KEY` #found it at https://www.bitpagos.net/api/settings/\n\nOptional settings:\n\n* `SHOP_BITPAGOS_CURRENCY` #default USD \n\n4.\nSet bitpagos notification url to:\nhttp://www.yoursite.com/shop/pay/bitpagos/ipn/ # /shop depends on the prefix used for django-shop\n\n5.\nSet a cron to run periodically:\n\npython manage.py bitpagos_check\n\nContributing\n=============\n\nFeel free to write any comment or suggestion for this project to sebastian@bitpagos.net", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.bitpagos.net/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-shop-bitpagos", "package_url": "https://pypi.org/project/django-shop-bitpagos/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-shop-bitpagos/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.bitpagos.net/" }, "release_url": "https://pypi.org/project/django-shop-bitpagos/0.1/", "requires_dist": null, "requires_python": null, "summary": "BitPagos Bitcoin Payment Backend for Django Shop", "version": "0.1" }, "last_serial": 854599, "releases": { "0.1": [] }, "urls": [] }