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.

## 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 :: 2 Classifier: Programming Language :: Python :: 2.7 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-2.0.0.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

django2_coupons-2.0.0-py3-none-any.whl (27.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django2-coupons-2.0.0.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.4

File hashes

Hashes for django2-coupons-2.0.0.tar.gz
Algorithm Hash digest
SHA256 ac40a9e6cbb4e523201db9f5048fb57316f10466e87d0f8809a98d81aabbf113
MD5 2c5ca19334ae95b1c38ea7c8019096b0
BLAKE2b-256 46f1add1b8df9f75e0122adc09554b166cbc42b59eebc41fb158bfd3bb6fcabd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: django2_coupons-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.4

File hashes

Hashes for django2_coupons-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16256e27a634dc4989bee307220a02b718fbae5c6815a6e13bd236e03f201f91
MD5 5ee9da0f16d8b7bc4bcb5552a68a6511
BLAKE2b-256 8dcc0447ad9fbb146944c69422daea3608bdd9b83a0f6f0f510ecfa94af05d0c

See more details on using hashes here.

Supported by

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