Table of Contents

Django Shell

snippet.python
python manage.py shell

Cache Clear

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

출처