zulip/zilencer
Steve Howell 64fb17f9c2 Move management commands to the analytics app.
Move commands related to stats collection and reporting from
zilencer to analytics.  To do this, we had to make "analytics"
officially an app.

(imported from commit 63ef6c68d1b1ebb5043ee4aca999aa209e7f494d)
2013-11-06 16:51:08 -05:00
..
management Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
migrations Rename LOCALSERVER -> LOCAL_SERVER. 2013-10-25 17:37:06 -04:00
urls Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05: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 Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05: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.