DashBoards¶
-
class
utils.DashBoards¶ Bases:
objectDashboard Collection (Iterable)
Methods Summary
get(**kwargs)Get specific dashbaord. update()Reload dashboard from file i. Methods Documentation
-
get(**kwargs)¶ Get specific dashbaord.
Keyword Arguments: slug – The slug assosiated with the dashboard. Returns: Dashboard is successful else None
-
update()¶ Reload dashboard from file i.e. update cache
-