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: experimental support for django 1.6, experimental support for py2.7 & py3.3