使用 DjangoCMS 创建新项目
Creating new project using DjangoCMS
我正在尝试使用 DJango CMS 创建一个新项目,但遇到了这个问题。
Creating admin user
/Users/p/.virtualenvs/cms/bin/python: can't open file 'create_user.py': [Errno 2] No such file or directory
The installation has failed.
我在 10 月 1 日遇到了同样的错误,并得到了解决,感谢:
error to execute djangocms -f -p . mysite
信用:s.benve
I had the same issue.
Adding '-w' did the trick for me:
[...]
djangocms -w -f -p . project_name
我的版本:
django-cms==3.4.0
django==1.8.14
我正在尝试使用 DJango CMS 创建一个新项目,但遇到了这个问题。
Creating admin user
/Users/p/.virtualenvs/cms/bin/python: can't open file 'create_user.py': [Errno 2] No such file or directory
The installation has failed.
我在 10 月 1 日遇到了同样的错误,并得到了解决,感谢: error to execute djangocms -f -p . mysite
信用:s.benve
I had the same issue. Adding '-w' did the trick for me: [...] djangocms -w -f -p . project_name
我的版本: django-cms==3.4.0 django==1.8.14