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
When using the devserver profiler, this error propagates no matter what view I'm using.
Here's the full traceback
Traceback: File "/usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 101. request.path_info) File "/usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/django/core/urlresolvers.py" in resolve 252. sub_match = pattern.resolve(new_path) File "/usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/django/core/urlresolvers.py" in resolve 158. return ResolverMatch(self.callback, args, kwargs, self.name) File "/usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/django/core/urlresolvers.py" in _get_callback 170. raise ViewDoesNotExist("Tried %s in module %s. Error was: %s" % (func_name, mod_name, str(e))) Exception Type: ViewDoesNotExist at / Exception Value: Tried home in module app.views. Error was: 'devserver_profile' object has no attribute '__name__'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using the devserver profiler, this error propagates no matter what view I'm using.
Here's the full traceback
The text was updated successfully, but these errors were encountered: