zulip/zilencer
Yago González 6a192ac84c utils: Move random API key generator as generate_api_key.
random_api_key, the function we use to generate random tokens for API
keys, has been moved to zerver/lib/utils.py because it's used in more
parts of the codebase (apart from user creation), and having it in
zerver/lib/create_user.py was prone to cyclic dependencies.

The function has also been renamed to generate_api_key to have an
imperative name, that makes clearer what it does.
2018-08-08 16:45:25 -07:00
..
lib billing: Rename get_upcoming_invoice. 2018-08-06 16:24:09 -04:00
management utils: Move random API key generator as generate_api_key. 2018-08-08 16:45:25 -07:00
migrations billing: Update billing system. 2018-07-09 14:33:07 +05:30
tests billing: Update and unify billing error handling. 2018-08-06 11:05:33 -04:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
forms.py Extend lint-all to check for newlines at the end of files. 2016-03-17 23:03:56 -07:00
models.py billing: Update billing system. 2018-07-09 14:33:07 +05:30
urls.py billing: Update billing system. 2018-07-09 14:33:07 +05:30
views.py billing: Rename get_upcoming_invoice. 2018-08-06 16:24:09 -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.