Simple crowdfunding for Django
Project description
Usage
You have to use Django 1.10 or better and Python 3.4 or better.
Install django-flock using pip.
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')
Add flock and mooch (the payment gateway connectors are in this module) to INSTALLED_APPS and include flock.urls somewhere in your URLconf.
Presto.
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file django-flock-0.3.0.tar.gz
.
File metadata
- Download URL: django-flock-0.3.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fb125188a629e31b52c8c06b620060e8b695036692d69085d0d5b5006fd3ce4 |
|
MD5 | c513d652e130cfdcdad1db4cc393eeb8 |
|
BLAKE2b-256 | b339371ed0e001d374d84e2014d073dc32e22d2cfad5bc50e8e154697832cd35 |
Provenance
File details
Details for the file django_flock-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_flock-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a9f1de737504f5091df6e6c77ddfdb91e3c4aaaf42e87b8344c61b2d886e156 |
|
MD5 | fd23316d2de8cd7ef0d98ffc75b1521f |
|
BLAKE2b-256 | f1b809840c5ec403b4a71ec78eece0bf06c1ecbf805669b5c83016f9dd475d84 |