when setting up Django to use Memcached for caching (in my case, I want to to use session caching), in settings.py
we set
CACHES = {
\'default\
If you are following this documentation http://www.allbuttonspressed.com/projects/djangoappengine
And cloning this (as asked in the above link) https://github.com/django-nonrel/djangoappengine/blob/master/djangoappengine/settings_base.py
I don't think you need to define a location. Is it throwing an error when you don't define it?