Opened 13 years ago
Closed 13 years ago
#17412 closed Bug (needsinfo)
h
Reported by: | Owned by: | me | |
---|---|---|---|
Component: | Translations | Version: | 1.3-alpha |
Severity: | Normal | Keywords: | hall ticket |
Cc: | anushakulkarni24@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.admin',
'django.contrib.staticfiles',
'Portal',
'Admin',
'captcha',
'registration']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
- raise ValueError("The view %s.%s didn't return an HttpResponse object." % (callback.module, view_name))
There is no information here to address this as a bug.