Multiple Update Tasks

2022-05-25 Thread Trippy Samurai
I have my Django website where i can have tasks created and subtasks under tasks i have mark complete option which is working fine i need them to be completed in batch like selecting multiple tasks at once and complete them. **serializers.py**: class TaskCompleteSerializer(serializers.Model

Re: collaborator

2022-05-25 Thread Ibukun Alesinloye
Hey, Eric, what is the repo for this project? On Wed, May 11, 2022, 6:09 PM ericki...@gmail.com wrote: > hello guys, i am working on a personal project and the code base is > getting out of hand (getting huge) if anyone is intrested in API or > Frontend you are welcome. > > -- > You received thi

How to link to a markdown content entry

2022-05-25 Thread pranamya siddhi
Hi, I have a question regarding django. I am currently working on a project and came across this doubt. Things i have in hand: 1. Mark down entries like HTML,CSS are in mark down files(HTML.md, CSS.md) 2. I could dynamically show the content inside the mark down file using views file. when ever