python-djangocms-installer不询问设置问题
作者:互联网
创建新的django-cms项目时,安装程序不会询问任何设置问题.
runserver启动正常,并在127.0.0.1:8000生成页面,但该页面为空白而不是演示页面.
除此之外,将新页面添加到站点时,将新模板添加到模板目录不会作为选项出现.
docs.django-cms的教程似乎与我所经历的完全不同.
解决方法:
看来他们已经更改了安装程序,但尚未更新文档:https://github.com/divio/django-cms/issues/5737
从链接:
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
标签:python-2-7,django-templates,django-cms,python,django 来源: https://codeday.me/bug/20191118/2024889.html