zulip/analytics/management
Vishnu Ks 123bcea518 management: Don't use sys.exit(1).
Using sys.exit in a management command makes it impossible
to unit test the code in question.  The correct approach to do the same
thing in Django management commands is to raise CommandError.

Followup of b570c0dafa
2019-05-03 14:20:39 -07:00
..
commands management: Don't use sys.exit(1). 2019-05-03 14:20:39 -07:00
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00