feat: course creation from ui
This commit is contained in:
5
school/lms/web_form/chapter/chapter.py
Normal file
5
school/lms/web_form/chapter/chapter.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
def get_context(context):
|
||||
# do your magic here
|
||||
pass
|
||||
Reference in New Issue
Block a user