无法在 wagtail admin 上显示新页面
Unable to make a new page appear on wagtail admin
我正在尝试开始使用 wagtail cms。我已按照 http://docs.wagtail.io/en/v1.5.3/getting_started/tutorial.html and tried to create a new page but somehow I don't see the page appearing on the admin dashboard even after creating the model. I am using https://c9.io/ 中的步骤进行托管,其余的都是相似的。对我可能做错了什么有什么建议吗?
我正在查看单击资源管理器后出现的主页,并希望在那里找到新创建的页面。但是我必须点击添加新的子页面才能找到所有新创建的页面。
创建新工作区并选择模板 --- 空白
sudo pip3 install django
sudo pip3 install wagtail
wagtail start mysite
cd mysite
sudo pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver $IP:$PORT
我正在尝试开始使用 wagtail cms。我已按照 http://docs.wagtail.io/en/v1.5.3/getting_started/tutorial.html and tried to create a new page but somehow I don't see the page appearing on the admin dashboard even after creating the model. I am using https://c9.io/ 中的步骤进行托管,其余的都是相似的。对我可能做错了什么有什么建议吗?
我正在查看单击资源管理器后出现的主页,并希望在那里找到新创建的页面。但是我必须点击添加新的子页面才能找到所有新创建的页面。
创建新工作区并选择模板 --- 空白
sudo pip3 install django
sudo pip3 install wagtail
wagtail start mysite
cd mysite
sudo pip3 install -r requirements.txt
python3 manage.py migrate
python3 manage.py createsuperuser
python3 manage.py runserver $IP:$PORT