https://github.com/phildini/django-patronage
A django app for building patreon apps.
https://github.com/phildini/django-patronage
Last synced: about 1 year ago
JSON representation
A django app for building patreon apps.
- Host: GitHub
- URL: https://github.com/phildini/django-patronage
- Owner: phildini
- License: apache-2.0
- Created: 2018-08-14T05:54:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:06.000Z (over 3 years ago)
- Last Synced: 2025-04-14T05:09:13.275Z (about 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-patreon
A django app for building patreon apps.
## Goal
To make it as easy as possible to build Django apps that reward the patrons of a Patreon creator with benefits that don't live on patreon.com
## Usage
1. `pipenv install https://github.com/phildini/django-patronage.git`
2. Add `patronage` to your `settings.INSTALLED_APPS`
3. Subclass `patronage.views.PatronageView`, and fill out the pieces needed. Look at what `PatronageView` does today, and see the reference examples below.
## References
- [Patron Box Office](https://github.com/phildini/patron-box-office) - the OG integration that inspired django-patronage. Needs to be updated to modern django-patronage conventions.
- [Patron Tube](https://github.com/phildini/patron-tube) - an integration for connecting Patreon tiers to Vimeo channels