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
Request Method: GET Request URL: http://localhost:8000/admin/myapp/books/ Django Version: 1.6.1 Exception Type: NoReverseMatch Exception Value: Reverse for 'get_matched_items' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Exception Location: ...\lib\site-packages\django\core\urlresolvers.py in _reverse_with_prefix, line 429 Python Executable: ...\Scripts\python.exe
The text was updated successfully, but these errors were encountered:
I am experiencing this issue as well. Javascript console is showing it as a 500 error.
Sorry, something went wrong.
look later
No branches or pull requests
Request Method: GET
Request URL: http://localhost:8000/admin/myapp/books/
Django Version: 1.6.1
Exception Type: NoReverseMatch
Exception Value:
Reverse for 'get_matched_items' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Exception Location: ...\lib\site-packages\django\core\urlresolvers.py in _reverse_with_prefix, line 429
Python Executable: ...\Scripts\python.exe
The text was updated successfully, but these errors were encountered: