Skip to main content

Simple crowdfunding for Django

Project description

https://travis-ci.org/matthiask/django-flock.svg?branch=mooch

Usage

You have to use Django 1.10 or better and Python 3.4 or better.

  1. Install django-flock using pip.

  2. Add the following settings:

    STRIPE_PUBLISHABLE_KEY = env('STRIPE_PUBLISHABLE_KEY')
    STRIPE_SECRET_KEY = env('STRIPE_SECRET_KEY')
    POSTFINANCE_PSPID = env('POSTFINANCE_PSPID')
    POSTFINANCE_LIVE = env('POSTFINANCE_LIVE')
    POSTFINANCE_SHA1_IN = env('POSTFINANCE_SHA1_IN')
    POSTFINANCE_SHA1_OUT = env('POSTFINANCE_SHA1_OUT')
  3. Add flock and mooch (the payment gateway connectors are in this module) to INSTALLED_APPS and include flock.urls somewhere in your URLconf.

  4. Presto.

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

django-flock-0.3.0.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

django_flock-0.3.0-py2.py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 2 Python 3

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