Djangoキャッシュのクリア

提供: オレッジベース
移動先: 案内検索
$ python manage.py shell
>>> from django.core.cache import cache
>>> cache.clear()


参考