Skip to content

Django application for managing account plans and quotas

License

Notifications You must be signed in to change notification settings

Nuurek/django-plans

 
 

Repository files navigation

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, support for py3.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

About

Django application for managing account plans and quotas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.8%
  • HTML 19.2%