Skip to content

lloydtao/django-web-monetization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-web-monetization

A simple integration for the Web Monetization API.

Django Web Monetization

About

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).

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.

Usage

To use the app, install the package through pip:

$ pip install django-web-monetization

Make sure to add "monetization" to your INSTALLED_APPS, like this:

# settings.py

    INSTALLED_APPS = [
        ...
        "monetization",
    ]

Contributing

Official contribution guideline documents will be added soon.

License

This code is available under the MIT License.

About

A simple integration for the Web Monetization API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages