update the install.py
This commit is contained in:
parent
21a256a26f
commit
21173e34c6
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue