4 lines
131 B
Python
4 lines
131 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
from webnotes.model.doclist import DocList
|
||
|
DocList("Website Settings", "Website Settings").save()
|