feat: base template and patch for onboarding
This commit is contained in:
6
lms/patches/v0_0/check_onboarding_status.py
Normal file
6
lms/patches/v0_0/check_onboarding_status.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import frappe
|
||||
|
||||
def execute():
|
||||
if frappe.db.count("LMS Course") and frappe.db.count("Course Chapter") \
|
||||
and frappe.db.count("Course Lesson") and frappe.db.count("LMS Quiz"):
|
||||
frappe.db.set_value("LMS Settings", None, "is_onboarding_complete", True)
|
||||
Reference in New Issue
Block a user