mirror of
https://github.com/frappe/lms.git
synced 2026-04-25 18:09:40 +03:00
6 lines
106 B
Python
6 lines
106 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.set_single_value("LMS Settings", "programming_exercises", True)
|