zulip/analytics/views
Lauryn Menard df7a1cec93 analytics: Add summary statistic for upload/storage space in use.
Adds the realm's used storage space for attachments to the stats
view `page_params`. This information is then added to the summary
statistics section of the analytics page after being formatted by
`stats.js`.

Uses the emoji test image to create an `Attachment` in the database
for the analytics realm. Even though it doesn't create a message
to claim the attachment, it still is sent as storage space used
data for the analytics `/stats/` page.
2022-10-07 10:08:09 -07:00
..
__init__.py
activity_common.py requirements: Upgrade to Django 4.0. 2022-07-13 16:07:17 -07:00
installation_activity.py analytics: Add Composable type annotations. 2022-07-30 06:46:34 -07:00
realm_activity.py analytics: Tighten function signatures with generic QuerySet. 2022-07-07 11:27:43 -07:00
stats.py analytics: Add summary statistic for upload/storage space in use. 2022-10-07 10:08:09 -07:00
support.py realm_reactivation: Prevent realm reactivation link reuse. 2022-07-26 17:14:26 -07:00
user_activity.py user_activity: Tighten function signatures with generic QuerySet. 2022-07-07 11:27:43 -07:00