We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I get error information after installed on django 1.8.6: (I sure that setting.py is right, and can import TOKEN_BLOCK from command line )
'pagination_tags' is not a valid tag library: ImportError raised loading pagination.templatetags.pagination_tags: cannot import name TOKEN_BLOCK.
The text was updated successfully, but these errors were encountered:
I have the same error
Sorry, something went wrong.
I have the same error 2
This is fixed here: https://github.com/erickpeirson/django-pagination
pip install -U git+https://github.com/erickpeirson/django-pagination@master
No branches or pull requests
Hello,
I get error information after installed on django 1.8.6:
(I sure that setting.py is right, and can import TOKEN_BLOCK from command line )
'pagination_tags' is not a valid tag library: ImportError raised loading pagination.templatetags.pagination_tags: cannot import name TOKEN_BLOCK.
The text was updated successfully, but these errors were encountered: