See workaround here -> http://code.djangoproject.com/ticket/9084
On 3 апр, 08:10, Pradnya wrote:
> I am using windows XP and Python with django
> 1. changed the SESSION_ENGINE to
> 'django.contrib.sessions.backends.file'
> 2. SESSION_FILE_PATH = 'd:/tmp'
> 3. In view.py defined 2 methods/views as
I am using windows XP and Python with django
1. changed the SESSION_ENGINE to
'django.contrib.sessions.backends.file'
2. SESSION_FILE_PATH = 'd:/tmp'
3. In view.py defined 2 methods/views as follows
def show_login(request):
request.session['test'] = "Hello World"
return render_to_r
2 matches
Mail list logo