{ "info": { "author": "Raffaele Salmaso", "author_email": "raffaele@salmaso.org", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "# django-fluo-coupons\n\nA reuseable Django application for coupon gereration and handling\nThis is a customized fork of https://github.com/byteweaver/django-coupons.git\n\n\n## Setup instructions\n\n1. Install `django-fluo-coupons` via pip:\n ```\n $ python3 -m pip install django-fluo-coupons\n -\n ```\n\n2. Add `'coupons'` to `INSTALLED_APPS` in `settings.py`.\n\n3. Migrate database:\n\n ```\n $ python3 manage.py migrate\n ```\n\n## Supported use cases of coupons\n\nThis application supports different kind of coupons in the way how they can be redeemed.\nThe difference is defined by the number of possible redeems and if they are bound to a specific user (may even be a list of users) or not.\n\n 1) single time (default), coupon can be used one time without being bound to an user.\n 2) user limited, coupon can be used one time but only by a specific user.\n 3) limit number, coupon can be used a limited number of times, by any user once.\n 4) users list, coupon can be used by a defined list of users, each once.\n 5) unlimited, coupon can be used unlimited times, but only once by the same user.\n\n## Contributors\n(alphabetical order)\n\n* @akuryou\n* @ikresoft\n* @marshallds\n* @noxan\n* @TigerDX\n* @TimFletcher\n\n## Changelog\n\n### V 1.2.0\n\n* Drop support for Django < 1.8\n* Drop pyhon2 support\n* Can save generate codes in csv file\n\n### V 1.1.0\n * campaigns\n Coupons may now be associated with campaigns for better tracking\n * segmented coupon codes\n Coupon codes may now be segmented like \"xxxx-xxxx-xx\"\n New settings (defaults):\n * COUPONS_SEGMENTED_CODES (False)\n * COUPONS_SEGMENT_LENGTH (4)\n * COUPONS_SEGMENT_SEPARATOR (\"-\")\n * prefixes for coupon codes\n Coupons may now be auto prefixed upon creation\n * expiration date for coupons\n Coupons can now expire, see valid_until field\n * migrations for south and django 1.7+ included\n * django 1.8 now officially supported\n * minor fixes\n\n### V 1.0.4\nredeem_done signal\n\n### V 1.0.3\nTypo and CouponForm fix.\n\n### V 1.0.2\nFixed Typo in settings.\n* COUPNS_CODE_LENGTH -> COUPONS_CODE_LENGTH\n* COUPNS_CODE_CHARS -> COUPONS_CODE_CHARS\n\n*Check your settings after updating!*\n\n### V 1.0.1\nadd django 1.7 migrations and south legacy migrations\n\n### V 1.0.0\nSupports:\n* django 1.4 - 1.7\n* python 2.7, 3.4\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/rsalmaso/django-fluo-coupons", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-fluo-coupons", "package_url": "https://pypi.org/project/django-fluo-coupons/", "platform": "", "project_url": "https://pypi.org/project/django-fluo-coupons/", "project_urls": { "Homepage": "https://bitbucket.org/rsalmaso/django-fluo-coupons" }, "release_url": "https://pypi.org/project/django-fluo-coupons/1.2a12/", "requires_dist": null, "requires_python": "", "summary": "A reuseable Django application for coupon gereration and handling.", "version": "1.2a12" }, "last_serial": 3404387, "releases": { "1.2a12": [ { "comment_text": "", "digests": { "md5": "b56201c857d0ef153dcbbe4aeabf45d4", "sha256": "1bb26e2fed138ba4df827cf67bfee6dc7531712474399bf251aec3ae5554a06c" }, "downloads": -1, "filename": "django_fluo_coupons-1.2a12-py3-none-any.whl", "has_sig": false, "md5_digest": "b56201c857d0ef153dcbbe4aeabf45d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38877, "upload_time": "2017-12-09T23:55:47", "url": "https://files.pythonhosted.org/packages/4b/c8/af524fc2bf0fb21811bc75507bef4baf7866d04641fc2ee39556815f2f72/django_fluo_coupons-1.2a12-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b56201c857d0ef153dcbbe4aeabf45d4", "sha256": "1bb26e2fed138ba4df827cf67bfee6dc7531712474399bf251aec3ae5554a06c" }, "downloads": -1, "filename": "django_fluo_coupons-1.2a12-py3-none-any.whl", "has_sig": false, "md5_digest": "b56201c857d0ef153dcbbe4aeabf45d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38877, "upload_time": "2017-12-09T23:55:47", "url": "https://files.pythonhosted.org/packages/4b/c8/af524fc2bf0fb21811bc75507bef4baf7866d04641fc2ee39556815f2f72/django_fluo_coupons-1.2a12-py3-none-any.whl" } ] }