進到App 的 manage.py 的路徑
進入Console python manage.py shell
輸入以下指令
>>> from django.core.cache import cache
>>> cache.clear()
文章標籤
全站熱搜
進到App 的 manage.py 的路徑
進入Console python manage.py shell
輸入以下指令
>>> from django.core.cache import cache
>>> cache.clear()