Wagtail

来自开放百科 - 灰狐
跳转到: 导航, 搜索

wagtail: 基于 Django内容管理系统

指南

安装

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

图集

链接

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

变换
操作
导航
工具箱