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
divio project develop <addon-name> should also add to INSTALLED_ADDONS in settings.py. This is important for the case where the Addon was previously not installed in the project.
divio project develop <addon-name>
should also add toINSTALLED_ADDONS
insettings.py
. This is important for the case where the Addon was previously not installed in the project.see https://github.com/divio/divio-cli/blob/3.2.0/divio_cli/localdev/main.py#L664-L722
The text was updated successfully, but these errors were encountered: