zulip/analytics
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
..
lib analytics/zilencer/zproject: Remove unused imports. 2019-02-02 17:31:45 -08:00
management management: Don't use sys.exit(1). 2019-05-03 14:20:39 -07:00
migrations migrations: Remove unused imports. 2019-02-02 17:01:04 -08:00
tests activity: Create interface for doing support operations. 2019-03-11 12:01:11 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics/zilencer/zproject: Remove unused imports. 2019-02-02 17:31:45 -08:00
urls.py activity: Create interface for doing support operations. 2019-03-11 12:01:11 -07:00
views.py lint: Fix code that evaded our lint checks for string % non-tuple. 2019-04-23 15:21:37 -07:00