「Djangoキャッシュのクリア」の版間の差分
提供: オレッジベース
(ページの作成:「<syntaxhighlight lang="bash"> $ python manage.py shell </syntaxhighlight> <syntaxhighlight lang="python"> >>> from django.core.cache import cache >>> cache.clear() </synt...」) |
(相違点なし)
|
2017年12月21日 (木) 16:40時点における最新版
$ python manage.py shell
>>> from django.core.cache import cache
>>> cache.clear()