refactor: removed the branding and customization for mon school
They have been moved to a new mon_school app
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
from . import __version__ as app_version
|
||||
from .install import APP_LOGO_URL
|
||||
|
||||
app_name = "community"
|
||||
app_title = "Community"
|
||||
@@ -12,8 +11,6 @@ app_color = "grey"
|
||||
app_email = "jannat@erpnext.com"
|
||||
app_license = "AGPL"
|
||||
|
||||
app_logo_url = APP_LOGO_URL
|
||||
|
||||
# Includes in <head>
|
||||
# ------------------
|
||||
|
||||
@@ -63,7 +60,7 @@ web_include_css = "/assets/css/community.css"
|
||||
# ------------
|
||||
|
||||
# before_install = "community.install.before_install"
|
||||
after_install = "community.install.after_install"
|
||||
# after_install = "community.install.after_install"
|
||||
|
||||
# Desk Notifications
|
||||
# ------------------
|
||||
|
||||
Reference in New Issue
Block a user