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
The process manager UI currently has a "Boot" button. This invokes the dummy_boot command of the process manager. This is useful for testing in development but shouldn't be present in production. We need to:
Use the DEBUG setting to control whether the feature is present.
If DEBUG=False hide the "Boot" button in the process manager UI.
If DEBUG=False do not include the boot_process view in urls.py
The text was updated successfully, but these errors were encountered:
The process manager UI currently has a "Boot" button. This invokes the dummy_boot command of the process manager. This is useful for testing in development but shouldn't be present in production. We need to:
boot_process
view inurls.py
The text was updated successfully, but these errors were encountered: