Skip to main content

A reuseable Django application for coupon gereration and handling.

Project description

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of django-coupons nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Description: # django-coupons

![build status](https://travis-ci.org/byteweaver/django-coupons.png)

A reuseable Django application for coupon gereration and handling

The project is inherited from [byteweaver/django-coupons](https://github.com/byteweaver/django-coupons/). But the origin project doesn’t support the django 2.0 version. There are many django2.0 PR in origin [project](https://github.com/byteweaver/django-coupons/pulls), but none of them are merged.

So I create a new repository and upload it to pypi as django2-coupons.

## Setup instructions

  1. Install django-coupons via pip: ` $ pip install django2-coupons `

  2. Add ‘coupons’ to INSTALLED_APPS in settings.py.

  3. Migrate database:

    ` $ python manage.py migrate `

## How to UpGrade Since the django require on_delete parameter for ForeignKey, The previous migrations is nolong usable. If you are upgrading the django-coupons, please fake the first migrations. Then you can migrate the rest migrations. If there is any problem, maybe you will have to manually modify the django migrations table. ` python3 manage.py migrate --fake coupons 0001 python3 manage.py migrate coupons `

## Supported use cases of coupons

This application supports different kind of coupons in the way how they can be redeemed. The 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.

  1. single time (default), coupon can be used one time without being bound to an user.

  2. user limited, coupon can be used one time but only by a specific user.

  3. limit number, coupon can be used a limited number of times, by any user once.

  4. users list, coupon can be used by a defined list of users, each once.

  5. unlimited, coupon can be used unlimited times, but only once by the same user.

## Supported API for the safety of the coupons, the project only include the list or retrieve api, the the author can only get the coupons that belong to him/her self. 1. get the coupons the use has gotten, you can add some filter params to it.

## More example can been seen in the tests

Platform: UNKNOWN Classifier: Framework :: Django Classifier: Intended Audience :: Developers Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django2-coupons-3.0.0.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

django2_coupons-3.0.0-py3-none-any.whl (29.6 kB view details)

Uploaded Python 3

File details

Details for the file django2-coupons-3.0.0.tar.gz.

File metadata

  • Download URL: django2-coupons-3.0.0.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for django2-coupons-3.0.0.tar.gz
Algorithm Hash digest
SHA256 837774fe8788845caa0570f1278535b8f09855fcb3d83f7cd17b8ef878c0ff21
MD5 a920e32a936179236935ee5279e6e88d
BLAKE2b-256 b0c0d630365b7c9a3a9600a31f6ca1119a553d571f899ab759fd2d3c7404d4fc

See more details on using hashes here.

File details

Details for the file django2_coupons-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: django2_coupons-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 29.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for django2_coupons-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8bedc050fb25315e41891248eec1d1fcb33c87c3be571519074a996782c2af25
MD5 8b6e2f4cf1f8d3a5eb9bf19bd00e3056
BLAKE2b-256 ed0f796625daef5195763f607adfb8861edbff25e2679b4a104d4caca201a68d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page