Changes between Initial Version and Version 2 of Ticket #9286


Ignore:
Timestamp:
Oct 3, 2008, 11:23:35 AM (16 years ago)
Author:
Karen Tracey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9286 – Description

    initial v2  
    55
    66Django hangs when I execute this code:
    7 
     7{{{
    88def start(request):
    99        if request.user.is_authenticated():
     
    1414        else:
    1515                return HttpResponseRedirect("/accounts/login")
     16}}}
Back to Top