mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
5 lines
181 B
Python
5 lines
181 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
from webnotes.model.wrapper import ModelWrapper
|
|
ModelWrapper("Website Settings", "Website Settings").save() |