update the install.py

This commit is contained in:
Casey 2026-02-04 16:27:35 -06:00
parent 21a256a26f
commit 21173e34c6

View file

@ -25,7 +25,7 @@ def after_install():
# create_tasks() # create_tasks()
create_bid_meeting_note_form_templates() create_bid_meeting_note_form_templates()
create_accounts() create_accounts()
init_stripe_accounts() # init_stripe_accounts()
build_frontend() build_frontend()
def after_migrate(): def after_migrate():
@ -45,7 +45,7 @@ def after_migrate():
# create_tasks() # create_tasks()
create_bid_meeting_note_form_templates() create_bid_meeting_note_form_templates()
create_accounts() create_accounts()
init_stripe_accounts() # init_stripe_accounts()
# update_address_fields() # update_address_fields()
# build_frontend() # build_frontend()