[Django]-Djangocms-installer not asking setup questions

4👍

It seems they’ve changed the installer but have not updated the docs: https://github.com/divio/django-cms/issues/5737

From the link:

We changed the installer to setup the project using all defaults without input by default.

This was a design decision based on user feedback as some of these options can be confusing to newcomers.

To get the wizard, you can pass the -w option to djangocms -f -p . mysite

👤brt

Leave a comment