6 lines
141 B
Python
6 lines
141 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
from frappe.website import statics
|
|
|
|
def execute():
|
|
statics.sync_statics(rebuild=True)
|