Welcome to django-plans’s documentation!¶
Django-plans is a pluggable app for managing pricing plans with quotas and accounts expiration.

Contents:¶
- Installation
- Integration
- Configuration via settings
PLANS_CURRENCY
DEFAULT_FROM_EMAIL
PLANS_INVOICE_COUNTER_RESET
PLANS_INVOICE_NUMBER_FORMAT
PLANS_INVOICE_LOGO_URL
PLANS_INVOICE_TEMPLATE
PLANS_INVOICE_ISSUER
PLANS_ORDER_EXPIRATION
PLANS_EXPIRATION_REMIND
PLANS_CHANGE_POLICY
PLANS_DEFAULT_GRACE_PERIOD
PLANS_VALIDATORS
SEND_PLANS_EMAILS
PLANS_TAX
PLANS_TAXATION_POLICY
PLANS_TAX_COUNTRY
- Plans and pricing definition
- Validation of quota
- Plan change policies
- Taxation Policies
- Invoicing
- Templates
- Working with South migrations
- Caveats
Indices and tables¶
Developing¶
Project leader:
- Krzysztof Dorosz <cypreess@gmail.com>
Contributors:
- Victor Safronovich <vsafronovich@gmail.com>
- Dominik Kozaczko <http://dominik.kozaczko.info>
Source code: https://github.com/cypreess/django-plans
You are very welcome to join the development team of django-plans. Contribution via github fork and pull requests. Here are some ideas what is needed:
- more tests,
- more precise documentation,
- documentation proofreading and copyediting,
- taxation backends for you country/area,
- translations,
- other then default change plan policies.