欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Wagtail
来自开放百科 - 灰狐
(版本间的差异)
(以“wagtail: 基于 Django 的内容管理系统。 ==指南== 安装 pip install wagtail wagtail start mysite cd mysite python manage.py migrate pytho...”为内容创建页面) |
小 (→图集) |
||
第26行: | 第26行: | ||
==图集== | ==图集== | ||
+ | <gallery> | ||
+ | image:wagtail-admin.png|管理控制台 | ||
+ | </gallery> | ||
==链接== | ==链接== |
2015年8月20日 (四) 09:41的最后版本
[编辑] 指南
安装
pip install wagtail wagtail start mysite cd mysite python manage.py migrate python manage.py createsuperuser python manage.py runserver http://127.0.0.1:8000/admin/
git clone https://github.com/torchbox/wagtaildemo.git cd wagtaildemo vagrant up vagrant ssh ./manage.py runserver 0.0.0.0:8000 http://localhost:8000/ http://localhost:8000/admin/ // admin / changeme
安装PostgreSQL
pip install -r requirements/dev.txt ./manage.py migrate ./manage.py load_initial_data ./manage.py createsuperuser ./manage.py runserver
[编辑] 图集
[编辑] 链接
分享您的观点