Поставил себе django-admin-tools по статье из Хабра и выдает ошибку:
TemplateSyntaxError at /admin/articles/
Caught an exception while rendering: Reverse for 'admin-tools-dashboard-set-preferences' with arguments '()' and keyword arguments '{}' not found.
Original Traceback (most recent call last):
File "C:\Python26\lib\site-packages\django\template\debug.py", line 71, in render_node
result = node.render(context)
File "C:\Python26\lib\site-packages\django\template\defaulttags.py", line 382, in render
raise e
NoReverseMatch: Reverse for 'admin-tools-dashboard-set-preferences' with arguments '()' and keyword arguments '{}' not found.