Hi, I'm trying to create new application with app-engine-patch sample app. I need to use session handling. I'm trying to use django's session handling and I get error 'dict' object is not callable when setting some value to session, like request.session['key'] = 'value'
I'm new to appengine and django, so probably I did something wrong. However, it seems app-engine-patch sample app is ready to work. It has session handling enabled, all available functionality works fine. Thanks.
-- You received this message because you are subscribed to the Google Groups "app-engine-patch" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/app-engine-patch?hl=en.
