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
把app的utils里的query_to_list删了,不再需要转list了,直接用就OK了
views.py那段dict再改为:
dict = {'content': query, 'total_count': total_count, 'total_page': math.ceil(total_count / length), 'page': page, 'length': length}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
把app的utils里的query_to_list删了,不再需要转list了,直接用就OK了
views.py那段dict再改为:
The text was updated successfully, but these errors were encountered: