Skip to content

Instantly share code, notes, and snippets.

@jeffmarshall
Created September 22, 2010 19:57
Show Gist options
  • Save jeffmarshall/592423 to your computer and use it in GitHub Desktop.
Save jeffmarshall/592423 to your computer and use it in GitHub Desktop.
Environment:
Request Method: GET
Request URL: http://jmarshall-devbox.local:8000/
Django Version: 1.2.1
Python Version: 2.6.5
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.admin',
'south',
'multilingual',
'multilingual.flatpages',
'br.memory',
'restaurant.location',
'restaurant.menu',
'restaurant.employment',
'restaurant.event',
'goshkihy.gallery']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'multilingual.middleware.DefaultLanguageMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware')
Traceback:
File "/mnt/hgfs/git/goshkihy/env/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
100. response = callback(request, *callback_args, **callback_kwargs)
File "/mnt/hgfs/git/goshkihy/env/lib/python2.6/site-packages/django/views/generic/simple.py" in direct_to_template
16. c = RequestContext(request, dictionary)
File "/mnt/hgfs/git/goshkihy/env/lib/python2.6/site-packages/django/template/context.py" in __init__
149. self.update(processor(request))
Exception Type: TypeError at /
Exception Value: object.__new__() takes no parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment