mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
import webnotes
|
|
|
|
def execute():
|
|
from website.utils import clear_cache
|
|
clear_cache()
|
|
|