.coveragerc
.gitignore
.travis.yml
AUTHORS
CHANGELOG
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.rst
conftest.py
fabfile.py
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
.tx/config
demo/fabfile.py
demo/manage.py
demo/requirements.txt
demo/example/__init__.py
demo/example/settings.py
demo/example/urls.py
demo/example/wsgi.py
demo/example/foo/__init__.py
demo/example/foo/forms.py
demo/example/foo/models.py
demo/example/foo/tests.py
demo/example/foo/urls.py
demo/example/foo/validators.py
demo/example/foo/views.py
demo/example/foo/fixtures/initial_data.json
demo/example/foo/migrations/0001_initial.py
demo/example/foo/migrations/__init__.py
demo/example/foo/templates/foo/foo_confirm_delete.html
demo/example/foo/templates/foo/foo_form.html
demo/example/foo/templates/foo/foo_list.html
demo/example/locale/en/LC_MESSAGES/django.mo
demo/example/locale/en/LC_MESSAGES/django.po
demo/example/locale/pl/LC_MESSAGES/django.mo
demo/example/locale/pl/LC_MESSAGES/django.po
demo/example/locale/pt_BR/LC_MESSAGES/django.mo
demo/example/locale/pt_BR/LC_MESSAGES/django.po
demo/example/locale/ru/LC_MESSAGES/django.mo
demo/example/locale/ru/LC_MESSAGES/django.po
demo/example/sample_plans/__init__.py
demo/example/sample_plans/admin.py
demo/example/sample_plans/apps.py
demo/example/sample_plans/models.py
demo/example/sample_plans/tests.py
demo/example/sample_plans/fixtures/initial_plan.json
demo/example/sample_plans/fixtures/test_django-plans_auth.json
demo/example/sample_plans/fixtures/test_django-plans_default_plans.json
demo/example/sample_plans/fixtures/test_django-plans_plans.json
demo/example/sample_plans/management/__init__.py
demo/example/sample_plans/management/commands/__init__.py
demo/example/sample_plans/management/commands/autorenew_accounts.py
demo/example/sample_plans/management/commands/create_userplans.py
demo/example/sample_plans/management/commands/expire_accounts.py
demo/example/sample_plans/migrations/0001_initial.py
demo/example/sample_plans/migrations/__init__.py
demo/example/sample_plans/templates/mail/change_plan_body.txt
demo/example/sample_plans/templates/mail/change_plan_title.txt
demo/example/sample_plans/templates/mail/expired_account_body.txt
demo/example/sample_plans/templates/mail/expired_account_title.txt
demo/example/sample_plans/templates/mail/extend_account_body.txt
demo/example/sample_plans/templates/mail/extend_account_title.txt
demo/example/sample_plans/templates/mail/invoice_created_body.txt
demo/example/sample_plans/templates/mail/invoice_created_title.txt
demo/example/sample_plans/templates/mail/remind_expire_body.txt
demo/example/sample_plans/templates/mail/remind_expire_title.txt
demo/example/sample_plans/templates/plans/account_activation.html
demo/example/sample_plans/templates/plans/base.html
demo/example/sample_plans/templates/plans/billing_info_create.html
demo/example/sample_plans/templates/plans/billing_info_create_or_update.html
demo/example/sample_plans/templates/plans/billing_info_delete.html
demo/example/sample_plans/templates/plans/billing_info_update.html
demo/example/sample_plans/templates/plans/create_order.html
demo/example/sample_plans/templates/plans/current.html
demo/example/sample_plans/templates/plans/expiration_messages.html
demo/example/sample_plans/templates/plans/extend.html
demo/example/sample_plans/templates/plans/fake_payments.html
demo/example/sample_plans/templates/plans/order_detail.html
demo/example/sample_plans/templates/plans/order_detail_table.html
demo/example/sample_plans/templates/plans/order_list.html
demo/example/sample_plans/templates/plans/pagination.html
demo/example/sample_plans/templates/plans/plan_table.html
demo/example/sample_plans/templates/plans/pricing.html
demo/example/sample_plans/templates/plans/upgrade.html
demo/example/sample_plans/templates/plans/invoices/PL_EN.html
demo/example/sample_plans/templates/plans/invoices/PL_EN_layout.html
demo/example/sample_plans/templates/plans/invoices/invoice_base.html
demo/example/static/css/example.css
demo/example/static/img/messages/icon_alert.png
demo/example/static/img/messages/icon_error.png
demo/example/static/img/messages/icon_success.png
demo/example/templates/base.html
demo/example/templates/home.html
demo/example/templates/plans/base.html
demo/example/templates/plans/billing_info_create.html
demo/example/templates/plans/billing_info_update.html
demo/example/templates/registration/login.html
django_plans.egg-info/PKG-INFO
django_plans.egg-info/SOURCES.txt
django_plans.egg-info/dependency_links.txt
django_plans.egg-info/not-zip-safe
django_plans.egg-info/requires.txt
django_plans.egg-info/top_level.txt
docs/Makefile
docs/source/caveats.rst
docs/source/conf.py
docs/source/customize_models.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/integration.rst
docs/source/invoicing.rst
docs/source/plans.rst
docs/source/plans_change.rst
docs/source/plans_expiration.rst
docs/source/plans_recurrence.rst
docs/source/quota_validators.rst
docs/source/settings.rst
docs/source/south.rst
docs/source/taxation.rst
docs/source/templating.rst
docs/source/_static/images/django-plans-1.png
docs/source/_static/images/django-plans-2.png
docs/source/_static/images/django-plans-3.png
plans/__init__.py
plans/admin.py
plans/apps.py
plans/conf.py
plans/context_processors.py
plans/contrib.py
plans/enumeration.py
plans/forms.py
plans/importer.py
plans/listeners.py
plans/mixins.py
plans/models.py
plans/plan_change.py
plans/quota.py
plans/signals.py
plans/tasks.py
plans/urls.py
plans/utils.py
plans/validators.py
plans/views.py
plans/base/__init__.py
plans/base/models.py
plans/fixtures/initial_plan.json
plans/fixtures/test_django-plans_auth.json
plans/fixtures/test_django-plans_default_plans.json
plans/fixtures/test_django-plans_plans.json
plans/locale/en/LC_MESSAGES/django.po
plans/locale/pl/LC_MESSAGES/django.mo
plans/locale/pl/LC_MESSAGES/django.po
plans/locale/pt_BR/LC_MESSAGES/django.mo
plans/locale/pt_BR/LC_MESSAGES/django.po
plans/locale/ru/LC_MESSAGES/django.mo
plans/locale/ru/LC_MESSAGES/django.po
plans/management/__init__.py
plans/management/commands/__init__.py
plans/management/commands/autorenew_accounts.py
plans/management/commands/create_userplans.py
plans/management/commands/expire_accounts.py
plans/migrations/0001_initial.py
plans/migrations/0002_auto_20180901_1744.py
plans/migrations/0003_make_plans_unique.py
plans/migrations/0004_create_user_plans.py
plans/migrations/0005_recurring_payments.py
plans/migrations/0006_auto_20200504_1541.py
plans/migrations/0007_recurringuserplan_card_masked_number.py
plans/migrations/0008_recurringuserplan_token_verified.py
plans/migrations/0009_auto_20210303_1134.py
plans/migrations/0010_auto_20220113_1317.py
plans/migrations/0011_auto_20220208_1344.py
plans/migrations/0012_planpricing_visible.py
plans/migrations/__init__.py
plans/taxation/__init__.py
plans/taxation/eu.py
plans/taxation/ru.py
plans/templates/mail/change_plan_body.txt
plans/templates/mail/change_plan_title.txt
plans/templates/mail/expired_account_body.txt
plans/templates/mail/expired_account_title.txt
plans/templates/mail/extend_account_body.txt
plans/templates/mail/extend_account_title.txt
plans/templates/mail/invoice_created_body.txt
plans/templates/mail/invoice_created_title.txt
plans/templates/mail/remind_expire_body.txt
plans/templates/mail/remind_expire_title.txt
plans/templates/plans/account_activation.html
plans/templates/plans/base.html
plans/templates/plans/billing_info_create_or_update.html
plans/templates/plans/billing_info_delete.html
plans/templates/plans/create_order.html
plans/templates/plans/current.html
plans/templates/plans/expiration_messages.html
plans/templates/plans/extend.html
plans/templates/plans/fake_payments.html
plans/templates/plans/order_detail.html
plans/templates/plans/order_detail_table.html
plans/templates/plans/order_list.html
plans/templates/plans/pagination.html
plans/templates/plans/plan_table.html
plans/templates/plans/pricing.html
plans/templates/plans/upgrade.html
plans/templates/plans/invoices/PL_EN.html
plans/templates/plans/invoices/PL_EN_layout.html
plans/templates/plans/invoices/invoice_base.html
plans/tests/__init__.py
plans/tests/test_views.py
plans/tests/tests.py
plans_i18n/README.rst
plans_i18n/__init__.py
plans_i18n/admin.py
plans_i18n/models.py
plans_i18n/tests.py
plans_i18n/translation.py
plans_i18n/views.py