mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 05:04:55 +00:00
5 lines
79 B
Python
5 lines
79 B
Python
from .monkey_patch import is_patched, patch
|
|
|
|
|
|
if not is_patched():
|
|
patch()
|