Skip to main content

Happystamp is a Mezzanine plugin for building loyalty card systems

Project description

Created by Hicham El Mansouri

License

This software is open sourced under BSD licensed.

Overview

Happystamp is a Django application for building loyalty card systems. It’s built on the top of Mezzanine CMS platform. This application provides, OOTB, the key features for a loyalty system like program setup, redeem/reward transaction and much more.

Features

  • Point of sale setup

  • Loyalty program setup

  • QR codes generation for Happystamp app

  • Customer enrollment

  • Card history with executed transactions

  • Redeem/reward transactions

  • Marketing notifications

  • REST api for Happystamp app

Dependencies

Installation

  1. The easiest way is to install directly from PyPI using pip:

    $ pip install django-happystamp
  2. Add ‘happystamp’ to the INSTALLED_APPS in your project’s settings.py:

    INSTALLED_APPS = (
        ...
        "happystamp",
    )
  3. Add ‘happystamp’ urls by updating your project’s urls.py:

    urlpatterns = patterns('',
        url(r"^", include('happystamp.urls')),
    )
  4. Run python manage.py migrate to create happystamp models

  5. Start the development server and visit http://127.0.0.1:8000/admin/ to see happystamp objects

To uninstall Happystmp, simply comment out or remove the ‘happystamp’ line in your INSTALLED_APPS.

Contributing

Happystmp is an open source project managed using Git. The repository is hosted on GitHub.

Support

To report a security issue, please send an email privately to admin+security@happystamp.fr.

For all other Happystamp support, please send an email to admin@happystamp.fr.

If you’re certain you’ve come across a bug, then please use the GitHub issue tracker.

Project details


Release history Release notifications | RSS feed

This version

0.3

Download files

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

Source Distribution

django-happystamp-0.3.tar.gz (7.5 MB view hashes)

Uploaded Source

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