项目作者: shanedg

项目描述 :
wagtail example project
高级语言: Python
项目地址: git://github.com/shanedg/wagtail-ex.git
创建时间: 2018-11-09T03:47:27Z
项目社区:https://github.com/shanedg/wagtail-ex

开源协议:

下载


wagtail-ex

wagtail example project

install

pip3 install wagtail

wagtail start wagtailsite

cd wagtailsite

pip3 install -r requirements.txt

setup

python3 manage.py migrate

python3 manage.py createsuperuser

run

python3 manage.py runserver