divio / divio-cli

Command line interface to the Divio Cloud (formerly aldryn-client)
http://control.divio.com
Other
21 stars 19 forks source link

"divio project develop <addon-name>" should add to INSTALLED_ADDONS in settings.py #192

Open stefanfoulis opened 7 years ago

stefanfoulis commented 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.

see https://github.com/divio/divio-cli/blob/3.2.0/divio_cli/localdev/main.py#L664-L722