Setting up Memcached for Django session caching on App Engine

后端 未结 3 1158
抹茶落季
抹茶落季 2021-02-03 16:04

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\         


        
3条回答
  •  我在风中等你
    2021-02-03 16:37

    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?

提交回复
热议问题