aboutsummaryrefslogtreecommitdiff
path: root/blog_admin/views.py
AgeCommit message (Collapse)AuthorFilesLines
2025-03-10refactor code; add genre colors; rename video player classBobby1-0/+0
2024-12-29new changesBobby1-0/+0
2024-12-15migrated the blogBobby1-81/+213
2023-06-16Sending complete article in RSSBobby1-2/+3
2023-06-11Admin area improvements and comments managementBobby1-9/+25
2023-06-02Reverse Post order for adminsBobby1-1/+1
2023-05-28Post show view count now, Django session uses redis cacheBobby1-4/+6
2023-03-26Editable Post datesBobby1-4/+6
2023-03-10Tagging fix for admin side with multi selectBobby1-10/+12
2023-03-10Optimize image views for older browsersBobby1-1/+0
2023-01-31render math using mathjaxBobby1-32/+10
2023-01-25Huge breaking changes to post_admin, see commit detailsBobby1-33/+50
2022-12-31Ton of improvement, articles view, need to update posts on server nowBobby1-12/+5
2022-12-31Some fixes and removed over engineered things, KISS babyBobby1-188/+1
2022-11-22fixed edit post and new post urisBobby1-3/+16
2022-11-22object storage for uploading images and enhancementsBobby1-2/+4
2022-11-18support for post imagesBobby1-1/+15
2022-09-20Fixed empty spaces around formula and blog articleBobby1-0/+3
2022-09-20Function to publish and unpublish postsBobby1-0/+20
2022-09-20Added Edit post functionBobby1-1/+36
2022-09-20Tags pageBobby1-1/+17
2022-09-20Creating posts and auto create tagsBobby1-23/+24
2022-09-18Added function to create new categories and returning categories on new post ↵Bobby1-1/+41
page
2022-09-18Added New Post Page and ModelsBobby1-9/+68
2022-09-09Fixed Is-staff bugBobby1-2/+2
2022-09-09Added user interactivity as per rolesBobby1-8/+49
2022-09-09Added paginationBobby1-6/+50
2022-09-09manage users and search users pageBobby1-3/+34
2022-09-09Added Blog Admin ModuleBobby1-0/+20