A simple integration for the Web Monetization API.
Django Web Monetization is a simple way to integrate web monetization with your Django project.
The package can be found at PyPI (django-web-monetization).
This new technology is currently being proposed as a W3C standard.
"The web suffers from a flood of advertising and corrupt business models. Web Monetization provides an open, native, efficient, and automatic way to compensate creators, pay for API calls, and support crucial web infrastructure."
You can read more at the official Web Monetization website.
To use the app, install the package through pip:
$ pip install django-web-monetizationMake sure to add "monetization" to your INSTALLED_APPS, like this:
# settings.py
INSTALLED_APPS = [
...
"monetization",
]Official contribution guideline documents will be added soon.
This code is available under the MIT License.
