wagtail automatic move redirects:每次移动页面时创建自动重定向 源码
ag自动移动重定向 该程序包做一件事,它确保每次在Wagtail管理员中移动发布的页面时,都会创建重定向。 安装 首先,请确保您激活Wagtail重定向,您可以按照此 然后通过运行安装此软件包 python -m pip install git+https://github.com/marteinn/wagtail-automatic-move-redirects 将包添加到项目的设置中 INSTALLED_APPS = [ # ... Other apps "wagtail_automatic_move_redirects" , "wagtail.contrib.re
文件列表
wagtail-automatic-move-redirects-master.zip
(预估有个22文件)
wagtail-automatic-move-redirects-master
.gitignore
117B
setup.cfg
105B
README.md
959B
CHANGELOG.md
60B
tests
conftest.py
35B
settings.py
2KB
urls.py
246B
testapp
暂无评论