https://github.com/ohld/django-gumroad
Gumroad integration for your Django project.
https://github.com/ohld/django-gumroad
django gumroad
Last synced: 27 days ago
JSON representation
Gumroad integration for your Django project.
- Host: GitHub
- URL: https://github.com/ohld/django-gumroad
- Owner: ohld
- License: mit
- Created: 2021-03-03T15:08:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T15:13:49.000Z (over 5 years ago)
- Last Synced: 2025-10-08T02:46:47.214Z (8 months ago)
- Topics: django, gumroad
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-gumroad
Gumroad integration for your Django project.
Since Gumroad banned me (for the reasons I don't understand) I decided to at least share the code I used to integrate Gumroad payments with my Django.
## Installation
Just copypaste the gumroad folder to your Django project (imagine like you wrote all these files by yourself). You can read more details about creating Django apps [here](https://docs.djangoproject.com/en/3.1/intro/tutorial01/).
I know that there is a way to install Django app with a link to GitHub repo. Feel free to add the tutorial on how to do this. PRs welcome.
---
Author: [Dan Okhlopkov](https://twitter.com/danokhlopkov)