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

'devserver_profile' object has no attribute '__name__' #45

Open
dlo opened this issue Aug 28, 2011 · 0 comments
Open

'devserver_profile' object has no attribute '__name__' #45

dlo opened this issue Aug 28, 2011 · 0 comments

Comments

@dlo
Copy link

dlo commented Aug 28, 2011

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__'
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