Django CMS

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(指南)
 
(未显示1个用户的3个中间版本)
第1行: 第1行:
[[django]] CMS
+
[[django]] CMS。
 +
 
 +
[[文件:django-CMS-logo.png|right|django CMS]]
 +
 
 +
==简介==
 +
基于 [[Django]] 构建的内容管理系统,采用 BSD 许可证。
 +
 
 +
==功能==
  
 
==指南==
 
==指南==
第8行: 第15行:
 
  cd tutorial-project
 
  cd tutorial-project
 
  djangocms -p . mysite
 
  djangocms -p . mysite
  python manage.py runserver
+
  python3 manage.py createsuperuser
 +
python3 manage.py runserver
 
  http://localhost:8000/
 
  http://localhost:8000/
  
==Plugins==
+
==项目==
[http://docs.django-cms.org/en/latest/reference/plugins.html CMSPluginBase Attributes and Methods Reference]
+
*[https://github.com/divio/django-cms Django CMS @ GitHub]
 +
*[http://www.django-cms.org/en/addons/ Django CMS Addons]
  
==API==
+
==文档==
[http://docs.django-cms.org/en/latest/reference/api_references.html API References]
+
*[http://docs.django-cms.org/en/latest/reference/plugins.html CMSPluginBase Attributes and Methods Reference]
 +
*[http://docs.django-cms.org/en/latest/reference/api_references.html API References]
  
 
==图集==
 
==图集==
 
<gallery>
 
<gallery>
image:django-cms.png
+
image:django-cms.png|欢迎页
image:django-cms-admin.png
+
image:django-cms-admin.png|管理后台
 +
image:django-cms-admin-cli.png|管理命令行
 
</gallery>
 
</gallery>
  
 
==链接==
 
==链接==
*[https://github.com/divio/django-cms Django CMS @ GitHub]
+
*[https://www.django-cms.org/ django CMS Association]  
*[http://www.django-cms.org/en/addons/ Django CMS Addons]
+
  
 
[[category:django]]
 
[[category:django]]
 
[[category:CMS]]
 
[[category:CMS]]

2022年3月14日 (一) 08:06的最后版本

django CMS。

django CMS

目录

[编辑] 简介

基于 Django 构建的内容管理系统,采用 BSD 许可证。

[编辑] 功能

[编辑] 指南

virtualenv env
source env/bin/activate
pip install djangocms-installer
mkdir tutorial-project
cd tutorial-project
djangocms -p . mysite
python3 manage.py createsuperuser
python3 manage.py runserver
http://localhost:8000/

[编辑] 项目

[编辑] 文档

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱