瀏覽代碼

Update models.py

Amondale 3 年之前
父節點
當前提交
1de2881d6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bakerydemo/blog/models.py

+ 1 - 1
bakerydemo/blog/models.py

@@ -54,7 +54,7 @@ class BlogPage(Page):
 
     We access the People object with an inline panel that references the
     ParentalKey's related_name in BlogPeopleRelationship. More docs:
-    http://docs.wagtail.io/en/latest/topics/pages.html#inline-models
+    https://docs.wagtail.io/en/latest/topics/pages.html#inline-models
     """
     introduction = models.TextField(
         help_text='Text to describe the page',