Merged in wojcikr/django-admin-tools/wojcikr/dashboardrst-edited-online-with-bitbucke-1408024824330 (pull request #34)

dashboard.rst edited online with Bitbucket , fixed manage.py , was manage  , added
This commit is contained in:
David Jean Louis 2015-06-20 12:09:29 +02:00
commit 45dfdcdd5d
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