dashboard.rst edited online with Bitbucket , fixed manage.py , was manage , added

--HG--
branch : wojcikr/dashboardrst-edited-online-with-bitbucke-1408024824330
This commit is contained in:
Radomir Wojcik 2014-08-14 14:00:33 +00:00
parent 290520d1b7
commit 9905cc7ae1
1 changed files with 2 additions and 2 deletions

View File

@ -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