Ticket #6800: shorterror.txt

File shorterror.txt, 811 bytes (added by Olafur Arason <olafura@…>, 16 years ago)
Line 
1Environment:
2
3Request Method: GET
4Request URL: http://student.femheimur.comhttp://student.femheimur.com/
5Django Version: 0.97-pre-SVN-7206
6Python Version: 2.5.2
7Installed Applications:
8['django.contrib.auth',
9 'django.contrib.contenttypes',
10 'django.contrib.sessions',
11 'django.contrib.sites']
12Installed Middleware:
13('django.middleware.common.CommonMiddleware',
14 'django.contrib.sessions.middleware.SessionMiddleware',
15 'django.contrib.auth.middleware.AuthenticationMiddleware',
16 'django.middleware.doc.XViewMiddleware')
17
18
19Traceback:
20File "/home/olafurac/django/django/core/handlers/base.py" in get_response
21 73. callback, callback_args, callback_kwargs = resolver.resolve(request.path)
22
23Exception Type: TypeError at http://student.femheimur.com/
24Exception Value: 'NoneType' object is not iterable
Back to Top