HI all,
another problem here: On my system (MacBook Pro, OS X newest version) Python "unexpectedly" quits when I invoke localhost:8000/logout. The code for that looks like this: #urls.py: urlpatterns += patterns('webflog.flightlog', # .... (r'^logout/', 'views.logout'), ) # views.py def logout(request): logout(request) return HttpResponseRedirect('/login') Anything wrong here? I must say, the framework for the people "with deadlines" is giving me a *really* hard time so far :) . Thanks in advance! Axel. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.