Django 3 Blog: Displaying Replies Below Corresponding Comment | Python Django Tutorials In Hindi #96

preview_player
Показать описание

Best Hindi Videos For Learning Programming:



►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -



►Django Complete Course In Hindi -






Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Dear Harry (My guru):
I am learning django from your channel. Thanks for making django tutorial..

After brainstorming.. I achieve getting reply logic against each post without using django template filter like below:
<div class="replies bg-primary">
{% for item in replies %}
{% if item.post_id == comment.post.post_id and item.parent.comment_id == comment.comment_id %}
{{ item.comment }}<br>
{% endif %}
{% endfor %}
</div>

ramaisgod
Автор

Thank you sir for all of your tutorials... for me, It's enough to watch your tutorials only to learn everything about web-deb and Python... I've attended all of previous django, flask, html, css, nodejs, VPS, git and python courses ... please sir always keep updating... May the almighty bless you.

itz_rohan
Автор

Bhai aap to guru ho mere liye love you harry sir ❤️🙏🏻

kirannarwade
Автор

Apki django series ab tak ki sabse shaandar series hai es channel ka... Eagerly waiting for Social media website....   Sir ReactJs aur firebase ka Tutorial shuru kr dete to bhadiya

prashantmaitra
Автор

Harry bhai, completed django and git tutorials in 2 days, got clear understanding of GIT now. Will be waiting for your tutorial on CICD.

divyankgupta
Автор

Thank you for this very informative video. Can you please make a video to create a chat messenger in Dango and Python using Django Channels

sunilsharma
Автор

Hi sir, thanks for making this beautiful tutorial

Supmukesh
Автор

Love you bro you hepled me to learn Javascript, c and Python 😊❤

mrmetal
Автор

Bro, can you make video on how you are embedding code on your website as written in video, please, please, please ...

jayprakashjaiswal
Автор

Hii Harry,
Kudos you have made so far. You have made very exciting and probably one of the best series in Hindi till now. I just couldn't resist myself to watched you whole series till now today only, I am still waiting for following things:
1. Authorization based dynamic menu in any admin-portal, based on urls/view defined, or whatever way possible .
2. Authorization based images or media access like in facebook (something like personal media files) in development env. like on Ngnix, or apache.


Hope to get the videos for the same very soon.

ramgoel
Автор

22:44 Awesome
7:52 👀 I really appreciate ur hard work

syedaanam
Автор

Wow..MAN SUCH A COMPREHENSIVE VIDEO. SALUTE YOU HARRY SIR

HuzaifaSaran
Автор

Harry bhai, Make a one video for Django rest framework

AsharMallick
Автор

Hello SIR,
PLZ TELL US ABOUT REACT JS

THANK YOU ☺️

shubhamtodkar
Автор

BAHOT MAJA AA RAHA H HARRY BHAI
MAINE AAPKI PYTHON KI PURI SERIES DEKHI ...FIR HAL DJANGO KI SERIES DEKH RAHA HU ..USME ABHI Tuto..66 TAK AA GYA HU
BAHOT MAJA AA RAHA H MERE DOST
THANK YOU SO MUCH FOR EVERYTHING
YOU ARE GREAT BRO...

jaybhavani
Автор

Please make video on opencv and face recognization

spider
Автор

Harry bhai flutter ka tutorial kab start krr rhe ho

nitinmandve
Автор

if you dont want to use custom pipes you can use:

{% for key, value in replies.items %}
{% for reply in value %}
{% if comment.id == reply.parent.id %}
{{reply}}
{% endif %}
{% endfor %}
{% endfor %}

abdulwahab
Автор

You Can use Django reverse relationships for showing replies in their parent fields

ketanpatil
Автор

Sir videos ki length jyada bari ho ja rahi hai thora short karne ki kosis kariye please 🤗

mdakramkhan