Created
August 17, 2009 00:48
-
-
Save fitoria/168831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Environment: | |
| Request Method: GET | |
| Request URL: http://69.172.212.35/usuarios/1/fitoria/ | |
| Django Version: 1.0.2 final | |
| Python Version: 2.6.2 | |
| Installed Applications: | |
| ['django.contrib.auth', | |
| 'django.contrib.contenttypes', | |
| 'django.contrib.sessions', | |
| 'django.contrib.sites', | |
| 'django.contrib.admin', | |
| 'django.contrib.humanize', | |
| 'forum', | |
| 'django_authopenid'] | |
| Installed Middleware: | |
| ('django.middleware.gzip.GZipMiddleware', | |
| 'django.contrib.sessions.middleware.SessionMiddleware', | |
| 'django.middleware.common.CommonMiddleware', | |
| 'django.contrib.auth.middleware.AuthenticationMiddleware', | |
| 'django.middleware.transaction.TransactionMiddleware') | |
| Traceback: | |
| File "/var/lib/python-support/python2.6/django/core/handlers/base.py" in get_response | |
| 86. response = callback(request, *callback_args, **callback_kwargs) | |
| File "/var/www/cnprog/forum/views.py" in user | |
| 1028. return func(request, id, user_view) | |
| File "/var/www/cnprog/forum/views.py" in user_stats | |
| 1152. from django.db.models import Count | |
| Exception Type: ImportError at /usuarios/1/fitoria/ | |
| Exception Value: cannot import name Count |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment