mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
analytics: Extract analytics/views/realm_activity.py.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from django.conf.urls import include
|
||||
from django.urls import path
|
||||
|
||||
from analytics.views.legacy import get_activity, get_realm_activity, get_user_activity
|
||||
from analytics.views.legacy import get_activity, get_user_activity
|
||||
from analytics.views.realm_activity import get_realm_activity
|
||||
from analytics.views.stats import (
|
||||
get_chart_data,
|
||||
get_chart_data_for_installation,
|
||||
|
||||
Reference in New Issue
Block a user