mirror of
https://github.com/frappe/lms.git
synced 2026-04-30 20:59:34 +03:00
fix: misc issues
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
import frappe
|
||||
from frappe.desk.page.setup_wizard.setup_wizard import add_all_roles_to
|
||||
|
||||
from lms.lms.api import give_dicussions_permission
|
||||
|
||||
def after_install():
|
||||
add_pages_to_nav()
|
||||
create_batch_source()
|
||||
give_dicussions_permission()
|
||||
|
||||
|
||||
def after_sync():
|
||||
|
||||
Reference in New Issue
Block a user