Tagged Questions
3
votes
4answers
975 views
Will Django's cache modules work on Google App Engine?
I am running Django (1.0.2) on Google App Engine, and would like to know which (if any) of the following Django caching modules ought to inherently work with Google's memcache implementation:
...