zulip/analytics
Anders Kaseorg 02fcb75ded analytics: Convert datetime to UNIX timestamp before JSON serialization.
datetime objects are not ordinarily JSON serializable.  While both
ujson and orjson have special cases to serialize datetime objects,
they do it in different ways.  So we want to do this explicitly.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-08-07 15:05:01 -07:00
..
lib python: Manually convert more percent-formatting to f-strings. 2020-06-14 23:27:22 -07:00
management analytics: Remove unused analytics management commands. 2020-07-24 13:10:43 -07:00
migrations migrations: Upgrade migrations to remove duplicates in all Count tables. 2020-07-30 15:18:00 -07:00
tests support: Return json error if the POST request is invalid. 2020-07-28 11:03:06 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
urls.py urls: Migrate analytics urls to use modern django patterns. 2020-06-23 15:02:42 -07:00
views.py analytics: Convert datetime to UNIX timestamp before JSON serialization. 2020-08-07 15:05:01 -07:00