赞
踩
1.右击新建一个软件包,命名为apps
2.将新建的模块users放入apps中
3,在users中的views.py编写后端实现代码
4.在templates中添加前端页面
5.在setting.py文件中注册app
添加代码:
'apps.users',