I am begineer in django, i am doing my first project in django. I am using mysql database with my project. Now while fetching data from the database and showing it in different sections of my projects need some logic, so i am using simple “for loops” , “if else statements” to do all this. I am also using boolean flags inside the database to execute different logic.
I want to know, is this a correct approach to make a django project, or is there any startergy i should follow while adding new features or making new code ?
Kindly help, I just want to know about the technique i should follow, as a begineer this question might be simple but it might be important for many as well.
“A request, Please dont downvote this question for any unnecessary reason”