我正在尝试访问上传到 wagtail 流域的文档的 URL,但 URL 为空白。
将 {{page.document.url}} 与块一起使用是行不通的。
这是我在模型中使用的,然后在面板中定义了 DocumentChooserBlock()
document = models.ForeignKey( 'wagtaildocs.Document', blank=True, null=True, on_delete=models.SET_NULL, related_name='+' )
上传文件将有助于在页面上显示它。