목차

Django Shell

snippet.python
python manage.py shell

Cache Clear

snippet.python
from django.core.cache import cache
 
cache.clear()

출처


관련 문서