我试图通过本教程安装Django-cms。
但是当我做了所有的事情并运行命令python manage.py syncdb --我得到的所有错误:
SyntaxError:无效语法(forms.py,第159行)
那么,怎么了?
谢谢您:)
发布于 2013-08-11 20:29:01
您使用的操作系统是什么,如果Ubuntu或其他linux版本,只需创建django cms克隆。
git clone https://github.com/divio/django-cms
configure your django-cms in the setting.
hope you have the command git installed.https://stackoverflow.com/questions/18176082
复制相似问题