zulip/zilencer
Luke Faraone 2d787e952b Expose an endpoint to identify the API/webclient bases for a particular user.
We fall back to guessing based on the realm if the user doesn't have a
profile in our system

(imported from commit 833885168c451074c885b4422d62986855a215f7)
2013-10-25 15:18:38 -04:00
..
management [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
migrations [schema] Add a base_{api,site}_url property to our deployments. 2013-10-25 15:18:37 -04:00
urls Expose an endpoint to identify the API/webclient bases for a particular user. 2013-10-25 15:18:38 -04:00
README.md [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
models.py Expose an endpoint to identify the API/webclient bases for a particular user. 2013-10-25 15:18:38 -04:00
tests.py Expose an endpoint to identify the API/webclient bases for a particular user. 2013-10-25 15:18:38 -04:00
views.py Expose an endpoint to identify the API/webclient bases for a particular user. 2013-10-25 15:18:38 -04:00

README.md

ZILENCER -- The Zulip License Manager

This app is the place for storing state about various deployments of Zulip that exist in the world.

Models for our centralized Zulip-the-company services like billing, local server tracking, etc. that should not be hosted by local server instances belong in this app.