mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 02:57:12 -05:00
Fix dashboard stats aggregation
This commit is contained in:
@@ -4,6 +4,7 @@ from app.models.email import Email, EmailFolder
|
||||
from app.models.social import Post, Comment, Like, Follow
|
||||
from app.models.video import Video, VideoView, VideoLike
|
||||
from app.models.file import File, Folder
|
||||
from app.models.device import Device, DeviceMetric, DeviceLog
|
||||
from app.models.blockchain import Block, Transaction, Wallet
|
||||
from app.models.ai_chat import Conversation, Message
|
||||
|
||||
@@ -20,6 +21,9 @@ __all__ = [
|
||||
"VideoLike",
|
||||
"File",
|
||||
"Folder",
|
||||
"Device",
|
||||
"DeviceMetric",
|
||||
"DeviceLog",
|
||||
"Block",
|
||||
"Transaction",
|
||||
"Wallet",
|
||||
|
||||
Reference in New Issue
Block a user