Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SphinxModelAdmin doesn't work #28

Open
bekbulatov opened this issue May 27, 2011 · 0 comments
Open

SphinxModelAdmin doesn't work #28

bekbulatov opened this issue May 27, 2011 · 0 comments

Comments

@bekbulatov
Copy link

Did as Docs tell:

from djangosphinx.admin import SphinxModelAdmin

class MyAdmin(SphinxModelAdmin):
        index = 'my_index_name' # defaults to Model._meta.db_table
        weights = {'field': 100}

As result I got error global name 'Paginator' is not defined, fixed it, then another one - 'list' object has no attribute 'ordered'

Don't know what to do with this.

P.S. Django 1.3 if it matters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant