Using Beaker on Google App Engine (Django)
Asked Answered
O

1

6

How do we use Beaker to implement sessions on Google App Engine? (I say Beaker because gmemsess is short-lived, and therefore not suitable). There seem to be no examples online.

We're using Django 1.1 via App Engine Helper (not app-engine-patch).

Ostracon answered 9/1, 2010 at 19:26 Comment(1)
Can you please help me with configuring beaker with django 1.2 on appengine ?Sedda
R
5

You need to specify the session type as 'ext:google', like this. You also need to edit beaker/cache.py, deleting the section that uses pkg_resources to search for plugins, as this isn't supported on App Engine.

Rappee answered 11/1, 2010 at 11:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.