The django-admin-tools dashboard and dashboard modules API

This section describe the API of the django-admin-tools dashboard and dashboard modules. Make sure you read this before creating your custom dashboard and custom modules.

..note::

If your layout seems to be broken or you have problems with included javascript files, you should try to reset your dashboard preferences (assuming a MySQL backend):

python manage dbshell
mysql> truncate admin_tools_dashboard_preferences;

For more information see this issue.

The Dashboard class

The AppIndexDashboard class

The DashboardModule class

The Group class

The AppList class

The ModelList class

The RecentActions class

The Feed class