best place to clear cache when restarting django server

后端 未结 5 1742
野的像风
野的像风 2020-12-13 00:45

I want memcached to be flushed on every restart/reload of django server. I use cherrypy for production and builtin server for development.

I would add this to settin

5条回答
  •  有刺的猬
    2020-12-13 01:33

    Django Extensions lets you wipe cache via

    manage.py clear_cache
    

    more info and many further commands in their docs.

提交回复
热议问题