refactor: removed community member doctype

This commit is contained in:
pateljannat
2021-05-21 13:27:15 +05:30
parent b61ca1d7a2
commit e991dc5c73
27 changed files with 65 additions and 549 deletions

View File

@@ -84,9 +84,9 @@ web_include_css = "community.bundle.css"
# ---------------
# Override standard doctype classes
# override_doctype_class = {
# "ToDo": "custom_app.overrides.CustomToDo"
# }
override_doctype_class = {
"User": "community.overrides.user.CustomUser"
}
# Document Events
# ---------------