This guy is unique and exceptional that people who want to go deep into Django must have to go through topics he has explained in his playlist. Thankyou for helping the community.
Again, a great tutorial. Q and F objects are really powerful. When I have a frontend where I can search/filter over several fields I take the request and build a list of Q objects from the request and then unpack them in queryset filter i.e. Restaurants.objects,filter(reduce(operator.and_, q_query_list)).
Hi, thank you so much for many amazing tutorials. I have watched most of them, and they have been very very useful! Would you be able to create a tutorial on displaying a network graph in Django?
Thank you! By network graph, do you have anything in particular in mind (an example use-case)? I'm interested in this topic (networks/graph-theory), so definitely something I'd consider.
:) I am working on a project that aims to provide some insight into and an overview over initiatives that targets youth in parts of the city of Oslo where social conditions are a little more challenging. There is a mix of different organizations, schools, public initiatives, cultural offerings, sports clubs that are relevant in this space. I thought it would be useful to present the data in a network graph, to get a better understanding of all the relationships/interactions. A use case could be: I am an organization targeting kids that have certain needs, I am contemplating to in get contact with this school, and are wondering which other organizations are active at that particular school. I also wonder which other schools these organizations also are active at. Another use case could be: I see that this junior-high-school is scoring low on certain measures, which elementary school did these kids come from, and what kind of initiatives are active on these schools. Or what kind of sports offerings do kids at this school have? Possible addons could be using tagging as filtering alternatives in the graph. NB, this is a pro-bono side project, and I am not a professional programmer.
Thank you! Good suggestion, I'll look into a video on this soon. Django does have libraries to help with this, such as: github.com/mbi/django-simple-captcha
@@bugbytes3923 Your channel is known for the “not so popular tools” eg HTMX, Django-hijack etc. Celery is quite popular, hence a lot of tutorials on it. Django-q on the other hand, not so much. Id say Django-q then celery (if need be)
ORM Playlist link: ruclips.net/video/EsBqIZmR2Uc/видео.html
This guy is unique and exceptional that people who want to go deep into Django must have to go through topics he has explained in his playlist. Thankyou for helping the community.
Many thanks for your amazing comment, really great to hear that feedback - thank you!
Best Django RUclipsr ever
Wow, thanks for the compliment, appreciate it!
Agreed 💯.
Voice timbre and tempo are very soothing
Haha thanks a lot!
Again, a great tutorial. Q and F objects are really powerful. When I have a frontend where I can search/filter over several fields I take the request and build a list of Q objects from the request and then unpack them in queryset filter i.e. Restaurants.objects,filter(reduce(operator.and_, q_query_list)).
A great tutorial as usual. Thank you Master for the effort put in the service of people !
Thanks as always!!
great content, Thankyou
Hi, thank you so much for many amazing tutorials. I have watched most of them, and they have been very very useful! Would you be able to create a tutorial on displaying a network graph in Django?
Thank you!
By network graph, do you have anything in particular in mind (an example use-case)? I'm interested in this topic (networks/graph-theory), so definitely something I'd consider.
:)
I am working on a project that aims to provide some insight into and an overview over initiatives that targets youth in parts of the city of Oslo where social conditions are a little more challenging. There is a mix of different organizations, schools, public initiatives, cultural offerings, sports clubs that are relevant in this space. I thought it would be useful to present the data in a network graph, to get a better understanding of all the relationships/interactions.
A use case could be: I am an organization targeting kids that have certain needs, I am contemplating to in get contact with this school, and are wondering which other organizations are active at that particular school. I also wonder which other schools these organizations also are active at.
Another use case could be: I see that this junior-high-school is scoring low on certain measures, which elementary school did these kids come from, and what kind of initiatives are active on these schools.
Or what kind of sports offerings do kids at this school have?
Possible addons could be using tagging as filtering alternatives in the graph.
NB, this is a pro-bono side project, and I am not a professional programmer.
Great explanation and Great content best for you bro
Thanks a lot, really appreciate that!
Great tutorial. Any tips for how to implement a captcha to check if human in forms?
Thank you! Good suggestion, I'll look into a video on this soon.
Django does have libraries to help with this, such as: github.com/mbi/django-simple-captcha
Thank you!
You're welcome, thanks for the comment!
thank you
You're welcome, thank you for watching!
i learn django while i learn english, thanks lasdasd
Thanks and good luck!
Lesson learned, if you want to make a profit, don't add a number in your restaurant name.
Do a tutorial on Django-q (Tasks)
Good idea. I wanted to do one on Celery too - what do you think?
@@bugbytes3923 Your channel is known for the “not so popular tools” eg HTMX, Django-hijack etc. Celery is quite popular, hence a lot of tutorials on it. Django-q on the other hand, not so much. Id say Django-q then celery (if need be)