2022年5月9日 星期一django三板斧
django学习
在settings.py中绑定app01,这是一个简版
1.用命令输入的时候没有templates文件夹,所以要在项目中创建templates文件夹。
2.在Settings.py中绑定Templates文件夹
基本操作
在views.py在写函数,在urls.py中绑定函数
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.