Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration via external addon.json #9

Closed
yakky opened this issue Dec 6, 2020 · 0 comments · Fixed by #29
Closed

Configuration via external addon.json #9

yakky opened this issue Dec 6, 2020 · 0 comments · Fixed by #29
Labels
status: Blocker type: feature New feature or request
Milestone

Comments

@yakky
Copy link
Member

yakky commented Dec 6, 2020

addon.json is not really required to be in the application package

We can easily add support for a json file provided with an option that contains:

  • a list of addons configuration
  • package name can be used as a requirement passed to pip for installation

sample usage:

djangocms mysite
cd mysite
python -mapp_enabler install --addons=/path/to/addons.json
python manage.py migrate
@yakky yakky added the type: feature New feature or request label Dec 6, 2020
@yakky yakky added this to the Release 1.0 milestone Dec 6, 2020
@yakky yakky closed this as completed in #29 Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: Blocker type: feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant