Skip to main content

A django-rest-framework application that provides many varieties of coupons

Project description

DRF Coupons

A django-rest-framework application that provides many varieties of coupons

Detailed documentation: * https://github.com/pstrinkle/drf-coupons

Quick start

  1. Add “coupons” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'coupons',
    ]
  2. Include the coupons URLconf in your project urls.py like this:

    url(r'^', include('coupons.urls')),
  3. Run python manage.py migrate to create the polls models.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

drf-coupons-1.0.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

drf_coupons-1.0-py2-none-any.whl (28.2 kB view hashes)

Uploaded Python 2

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