mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-10 13:44:44 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
from .monkey_patch import is_patched, monkey_patch_orm
|
|
|
|
|
|
if not is_patched():
|
|
monkey_patch_orm()
|