在Windows上关注本教程:https://github.com/divio/django-cms-tutorial/blob/master/Step%201%20-%20Initial%20Setup.md
输入以下行:
djangocms -p . my_site
我有这个错误:
OSError: Could not import settings 'ira_site.settings'
(Is it on sys.path? Is there an import error in the settings file?):
No module named 'ira_site'
没有它的痕迹。为什么djangocms安装程序会尝试导入完全不相关的django项目的设置?我错过了什么?
答案 0 :(得分:0)
您的环境变量:
DJANGO_SETTINGS_MODULE
必须设置,以便django-admin.py可以找到它(因为安装程序也在创建项目)。我做的是: