mirror of
https://github.com/frappe/lms.git
synced 2026-04-30 12:49:26 +03:00
6 lines
110 B
Python
6 lines
110 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.set_value("Portal Settings", None, "default_portal_home", "/users")
|