zulip/corporate
Vishnu KS 55a9a019a0 billing: Split views into upgrade and billing page views.
This is a prep commit for the Stripe checkout migration.

The Stripe migration commit adds a lot of new view functions. Keeping
all of the views in one view file makes it super hard for readbability.
So creating a new views folder and splitting the existing view file into
two so that we minimize the changes in the big migration commit.
2021-07-20 14:43:39 -07:00
..
lib billing: Refactor BillingError to subclass JsonableError. 2021-07-05 10:43:49 -07:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations billing: Fix options and help text for sponsorship requests. 2021-07-18 20:48:27 -07:00
tests billing: Split views into upgrade and billing page views. 2021-07-20 14:43:39 -07:00
views billing: Split views into upgrade and billing page views. 2021-07-20 14:43:39 -07:00
__init__.py
models.py corporate: Store sponsorship request data in the database. 2021-07-15 10:31:03 -07:00
urls.py billing: Split views into upgrade and billing page views. 2021-07-20 14:43:39 -07:00