, July 26, 2010 2:35 PM
To: django-users@googlegroups.com
Subject: Caught TypeError while rendering: unhashable type: 'dict'
I'm trying to use the SSLMiddleware.
I have a login page whose urlconf is:
(r'^login/', 'django.contrib.auth.views.login', {
I'm trying to use the SSLMiddleware.
I have a login page whose urlconf is:
(r'^login/', 'django.contrib.auth.views.login', {'template_name': 'reg\
istration/login.html'}, {'SSL' : True}),
When I go to that page, I get the error: TemplateS
I'm trying to use the SSLMiddleware.
I have a login page whose urlconf is:
(r'^login/', 'django.contrib.auth.views.login', {'template_name': 'reg\
istration/login.html'}, {'SSL' : True}),
When I go to that page, I get the error: TemplateS
3 matches
Mail list logo