zulip/corporate
Mateusz Mandera c5c3ab66d6 remote_server: Migrate RemoteZulipServer.uuid to be UUIDField.
Given that these values are uuids, it's better to use UUIDField which is
meant for exactly that, rather than an arbitrary CharField.

This requires modifying some tests to use valid uuids.
2021-12-28 10:11:34 -08:00
..
lib billing: Add do_change_remote_server_plan_type. 2021-12-07 10:25:37 -08:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations corporate/models: Modify Customer to accommodate self-hosted customers. 2021-11-30 15:20:33 -08:00
tests remote_server: Migrate RemoteZulipServer.uuid to be UUIDField. 2021-12-28 10:11:34 -08:00
views billing: Use UserProfile.id to ascertain customer's email. 2021-12-03 14:57:30 -08:00
__init__.py
models.py corporate/models: Modify Customer to accommodate self-hosted customers. 2021-11-30 15:20:33 -08:00
urls.py billing: Migrate to Stripe hosted checkout page. 2021-11-05 17:23:10 -07:00