fix: creator patch
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
from venv import create
|
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
|
from lms.install import create_course_creator_role
|
||||||
from lms.install import create_instructor_role
|
|
||||||
|
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
create_instructor_role()
|
create_course_creator_role()
|
||||||
|
|||||||
Reference in New Issue
Block a user