ExpandOcean / django-plans

Django application for managing account plans and quotas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to django-plans

https://travis-ci.org/cypreess/django-plans.svg?branch=master

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 2.0, 2.1, support for Python 3.6

docs/source/_static/images/django-plans-1.png

docs/source/_static/images/django-plans-2.png

docs/source/_static/images/django-plans-3.png

License

Django Plans is licensed and distributed under MIT licesne..

About

Django application for managing account plans and quotas

License:MIT License


Languages

Language:Python 80.2%Language:HTML 19.8%