refactor: removed the branding and customization for mon school

They have been moved to a new mon_school app
This commit is contained in:
Anand Chitipothu
2021-05-18 21:25:29 +05:30
parent bdabf32124
commit d9ea02667d
5 changed files with 1 additions and 101 deletions

View File

@@ -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
# ------------------