djangocms-installer 不询问设置问题

djangocms-installer not asking setup questions

创建新的 django-cms 项目时,安装程​​序不会询问任何设置问题。

runserver 启动正常,在 127.0.0.1:8000 生成了一个页面,但该页面是空白的,而不是演示页面。

除此之外,在向网站添加新页面时不会将新模板添加到模板目录中。

docs.django-cms 上的教程似乎与我正在经历的完全不同。

他们似乎已经更改了安装程序但尚未更新文档:https://github.com/divio/django-cms/issues/5737

来自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