开发者

Django display notifications by day

开发者 https://www.devze.com 2023-01-03 14:15 出处:网络
i have a notification list, and i want to order them by day, meaning, that i want to have in my notification list every day a title like \'Monday 16th od Septembe开发者_如何学Gor\' and the notificatio

i have a notification list, and i want to order them by day, meaning, that i want to have in my notification list every day a title like 'Monday 16th od Septembe开发者_如何学Gor' and the notifications for that day. I did not find anywhere how it should be done

thanks a lot!


What about this : https://docs.djangoproject.com/en/1.4/ref/generic-views/#django-views-generic-date-based-archive-day

0

精彩评论

暂无评论...
验证码 换一张
取 消