0%

一、模板的使用实战

接:https://blog.csdn.net/u010132177/article/details/103788677
参考:https://docs.djangoproject.com/zh-hans/3.0/contents/
https://docs.djangoproject.com/zh-hans/3.0/intro/overview/#write-your-views

1)创建模板文件夹templates

  • 在项目根目录下创建【/templates/app1/index.html】文件及目录
    /templates/index.html 文件代码:
    阅读全文 »