Форум сайта python.su
Добрый день!
Поставил себе 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.
Офлайн
Решилось добавлением в urls.py url(r'^admin_tools/', include('admin_tools.urls')), но теперь быдает ошибку jQuery:
loadScripts is not defined
[Break on this error] loadScripts(js_files, function(){
# (строка 166)
loadScripts is not defined
[Break on this error] loadScripts(js_files, function(){
Офлайн