尝试在django admin中使用sphinx搜索。已安装django-sphinx。
正如文档所说:
from djangosphinx.admin import SphinxModelAdmin
class MyAdmin(SphinxModelAdmin):
index = 'my_index_name' # defaults to Model._meta.db_table
weights = {'field': 100}
结果我收到了错误global name 'Paginator' is not defined
,修复了错误,然后又收到了另一个'list' object has no attribute 'ordered'
不知道该如何处理。
P.S。 Django 1.3如果重要的话。
答案 0 :(得分:0)
我想可能django版本不满意,现在django版本是 django 1.6.2,或者您可以使用xadmin, 这很好
最后,我认为这是django版本,我建议你应该更新最新的版本!