从Django页面生成静态HTML页面

2024-04-25 22:30:08 发布

您现在位置:Python中文网/ 问答频道 /正文

我有一个在Django开发的小网站。我想从该网站生成静态HTML页面。你知道吗

例如

{% include "commondata.html" %}

将替换为HTML页面内容。你知道吗

我该怎么做?你知道吗


Tags: django内容include网站html静态页面commondata

热门问题