Changes between Initial Version and Version 2 of Ticket #9286
- Timestamp:
 - Oct 3, 2008, 11:23:35 AM (17 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #9286 – Description
initial v2 5 5 6 6 Django hangs when I execute this code: 7 7 {{{ 8 8 def start(request): 9 9 if request.user.is_authenticated(): … … 14 14 else: 15 15 return HttpResponseRedirect("/accounts/login") 16 }}}