小编boo*_*kah的帖子

如何启动django cms项目

我决定去看看django-cms.在查看文档后,我使用了克隆存储库

git clone https://github.com/divio/django-cms.git
Run Code Online (Sandbox Code Playgroud)

然后我用它安装它

sudo python setup.py install
Run Code Online (Sandbox Code Playgroud)

我已经安装了django 1.2.3.我移动到了example一个syncdb创建以下表的运行目录:

Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_user_permissions
Creating table auth_user_groups
Creating table auth_user
Creating table auth_message
Creating table django_content_type
Creating table django_session
Creating table django_admin_log
Creating table django_site
Creating table sampleapp_category
Creating table sampleapp_picture
Creating table south_migrationhistory



You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes... …
Run Code Online (Sandbox Code Playgroud)

python django django-cms

3
推荐指数
1
解决办法
3986
查看次数

标签 统计

django ×1

django-cms ×1

python ×1