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.

Supported by

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