aboutsummaryrefslogtreecommitdiff
path: root/blog_admin
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Reverse Post order for adminsBobby1-1/+1
2023-05-28Post show view count now, Django session uses redis cacheBobby2-4/+7
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 detailsBobby2-34/+51
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 babyBobby2-199/+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-20added repository main screenBobby1-17/+17
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 postsBobby2-0/+22
2022-09-20Added Edit post functionBobby2-1/+37
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 ...Bobby2-1/+44
2022-09-18Added New Post Page and ModelsBobby2-10/+71
2022-09-09Fixed Is-staff bugBobby1-2/+2
2022-09-09Added user interactivity as per rolesBobby2-8/+50
2022-09-09Added paginationBobby2-6/+51
2022-09-09manage users and search users pageBobby2-3/+35
2022-09-09Added Blog Admin ModuleBobby8-0/+47