zulip/analytics/views
Lauryn Menard a3f6220fe4 analytics: Add summary statistic for guest users in realm.
Adds the count of users with the role of guest to the stats view
`page_params` via a database query. This information is then added
to the summary statistics section of the analytics page after being
formatted by `stats.js`.

Creates Bassanio as a guest user in the database for the analytics
realm.

Fixes #20162.
2022-10-17 11:53:59 -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 guest users in realm. 2022-10-17 11:53:59 -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