From 21173e34c6e7f0e4af5304314c6253345eca1d68 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 4 Feb 2026 16:27:35 -0600 Subject: [PATCH] update the install.py --- custom_ui/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_ui/install.py b/custom_ui/install.py index 450e82d..650208e 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -25,7 +25,7 @@ def after_install(): # create_tasks() create_bid_meeting_note_form_templates() create_accounts() - init_stripe_accounts() + # init_stripe_accounts() build_frontend() def after_migrate(): @@ -45,7 +45,7 @@ def after_migrate(): # create_tasks() create_bid_meeting_note_form_templates() create_accounts() - init_stripe_accounts() + # init_stripe_accounts() # update_address_fields() # build_frontend()