diff --git a/custom_ui/install.py b/custom_ui/install.py index 8c31b25..417a53a 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -25,6 +25,7 @@ def after_install(): ## create_tasks() #create_bid_meeting_note_form_templates() #build_frontend() + print("Custom UI After Install hook finished successfully!") def after_migrate(): add_custom_fields()