chore: remove files related to LMS

This commit is contained in:
Deepesh Garg
2022-04-28 10:41:30 +05:30
parent 69d369dd7f
commit 41e2959389
21 changed files with 14 additions and 1295 deletions

View File

@@ -1,19 +0,0 @@
data = {
"desktop_icons": [
"Student",
"Program",
"Course",
"Student Group",
"Instructor",
"Fees",
"Task",
"ToDo",
"Education",
"Student Attendance Tool",
"Student Applicant",
],
"default_portal_role": "Student",
"restricted_roles": ["Student", "Instructor", "Academics User", "Education Manager"],
"modules": ["Education"],
"on_setup": "erpnext.education.setup.setup_education",
}