Django static page?

后端 未结 5 1514
迷失自我
迷失自我 2021-01-30 11:25

I want to make a static page which will be shown to the user only if he/she clicks on a link provided in one of my models. I can do this by making a Python page alone and callin

5条回答
  •  遇见更好的自我
    2021-01-30 11:34

    If you want to make a static page the flatpages is a good choice. It allows you to easily create static content. Creating static content is not harder than creating a view really.

提交回复
热议问题