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_CURRENCYDEFAULT_FROM_EMAILPLANS_INVOICE_COUNTER_RESETPLANS_INVOICE_NUMBER_FORMATPLANS_INVOICE_LOGO_URLPLANS_INVOICE_TEMPLATEPLANS_INVOICE_ISSUERPLANS_ORDER_EXPIRATIONPLANS_EXPIRATION_REMINDPLANS_CHANGE_POLICYPLANS_DEFAULT_GRACE_PERIODPLANS_VALIDATORSSEND_PLANS_EMAILSPLANS_TAXPLANS_TAXATION_POLICYPLANS_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.