You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful for developers to be able to quickly import common upgrade steps.
I propose that a utils.py file be generated when upgrade_step is added.
The utils.py would include common upgrade steps (similar to the utilities that are provided by ftw.upgrade).
A developer could then choose the proper utilities to run by importing the appropriate steps.
The text was updated successfully, but these errors were encountered:
Description
It would be useful for developers to be able to quickly import common upgrade steps.
I propose that a utils.py file be generated when upgrade_step is added.
The utils.py would include common upgrade steps (similar to the utilities that are provided by ftw.upgrade).
A developer could then choose the proper utilities to run by importing the appropriate steps.
The text was updated successfully, but these errors were encountered: