Django-admin-tools-stats Modules

DashboardChart

class admin_tools_stats.modules.DashboardChart(*args, **kwargs)

Dashboard module with user registration charts.

With default values it is suited best for 2-column dashboard layouts.

get_caption(dt)

Display caption on x-axis of dashboard graph

get_registrations(*args, **kwargs)

Returns an array with new users count per interval

prepare_template_data(data, graph_key, select_box_value)

Prepares data for template (it is passed as module attributes)

DashboardCharts

class admin_tools_stats.modules.DashboardCharts(*args, **kwargs)

Group module with 3 default dashboard charts

Table Of Contents

Previous topic

Objects Description

Next topic

Test Case Descriptions

This Page