Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypreess/django-plans
Django application for managing account plans and quotas
https://github.com/cypreess/django-plans
Last synced: 3 months ago
JSON representation
Django application for managing account plans and quotas
- Host: GitHub
- URL: https://github.com/cypreess/django-plans
- Owner: django-getpaid
- License: mit
- Created: 2012-07-25T07:28:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T13:38:42.000Z (6 months ago)
- Last Synced: 2024-05-19T07:38:27.310Z (6 months ago)
- Language: Python
- Size: 1.46 MB
- Stars: 503
- Watchers: 24
- Forks: 129
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - django-plans - Django application for managing account plans and quotas (Python)
README
Welcome to django-plans
=======================.. image:: https://codecov.io/gh/django-getpaid/django-plans/branch/master/graph/badge.svg?token=oEyv7odqUW
:target: https://codecov.io/gh/django-getpaid/django-plans
Django-plans is a pluggable app for managing pricing plans with quotas and accounts expiration.Features currently supported:
* Multiple plans,
* Support for user custom plans.
* Flexible model for parametrizing plans (quota).
* Customizable billing periods (plan pricing),
* Order total calculation using customizable taxation policy (e.g. in EU calculating VAT based on seller/buyer countries and VIES)
* Invoicing,
* Account expiratons + E-mail remainders.Documentation: https://django-plans.readthedocs.org/
Master branch: Support for Django >=3.2, support for Python >=3.7
.. image:: docs/source/_static/images/django-plans-1.png
.. image:: docs/source/_static/images/django-plans-2.png
.. image:: docs/source/_static/images/django-plans-3.png
License
-------Django Plans is licensed and distributed under MIT licesne..