33、Django实战第33天:我的消息

1、编辑usercenter-message.html继承usercenter-base.html

2、编辑users.views.py

3、编辑users.urls.py

4、前端数据动态展示,编辑usercenter-message.html

5、修改usercenter-base.html导航链接

到此,可以在xadmin后台给用户添加消息。前端就能展示出来了...

 

消息分页

编辑users.view.spy

编辑usercenter-message.html

 

导航栏样式

思路:每个页面传递一个参数到前端,前端根据参数值判断样式。

 

顶部显示未读消息数

 我们可以在userprofile表里面定义方法来获取未读消息数

编辑usercenter-base.html, 并且把这段代码复制到base.html和org_base.html

当我们点击喇叭图标进入消息页面,则所有消息变为已读,编辑users.views.py

 

当新用户注册后,会系统发送的欢迎信息,编辑注册的view

posted @   sellsa  阅读(220)  评论(0编辑  收藏  举报

喜欢请打赏

扫描二维码打赏

了解更多

点击右上角即可分享
微信分享提示