From 9905cc7ae17f93c5e5a5099c40251920ba1def7a Mon Sep 17 00:00:00 2001 From: Radomir Wojcik Date: Thu, 14 Aug 2014 14:00:33 +0000 Subject: [PATCH] dashboard.rst edited online with Bitbucket , fixed manage.py , was manage , added --HG-- branch : wojcikr/dashboardrst-edited-online-with-bitbucke-1408024824330 --- docs/dashboard.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboard.rst b/docs/dashboard.rst index 8c2dfe8..89517de 100644 --- a/docs/dashboard.rst +++ b/docs/dashboard.rst @@ -11,9 +11,9 @@ 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):: + preferences (assuming a MySQL backend, the truncate command also works in postgress):: - python manage dbshell + python manage.py dbshell mysql> truncate admin_tools_dashboard_preferences; For more information see `this issue