我有在鶺鴒一個ContentPage模型和其他ContentPage模型鏈接到一個ContentPage模型RelatedPost有點像這樣: class ContentPage(Page):
summary = RichTextField(blank=True)
body = RichTextField(blank=True)
published = models.
我試圖在我的W 012網站的每個頁面上呈現Django表單。我創建了一個當前正在渲染框的模板標記,但表單沒有顯示出來。我在想我錯誤地傳遞了表單變量。我的模板標籤文件看起來像這樣: from django import template
from django.shortcuts import render, redirect
from django.template.loader impor
我一直在努力遵循以下文檔 http://docs.wagtail.io/en/v1.6.3/reference/contrib/api/installation.html?highlight=api 我鶺鴒1.6.3實例。 它告訴我在擴展頁面的類的api_fields數組中添加一個字段。 所以我已經試過這樣: class HomePage(HeaderPage):
body = Rich