Open stefanfoulis opened 7 years ago
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>
INSTALLED_ADDONS
settings.py
see https://github.com/divio/divio-cli/blob/3.2.0/divio_cli/localdev/main.py#L664-L722
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