Thanks for creating such a amazing tutorial , i am seeking for django chat app which for my practice django channels and previous django concept , i find this , I am sure i will learn a lot .
@victorchendra42823 күн бұрын
I'm sorry, but where is the django?
@bimaltwayana20584 күн бұрын
not useful.. piece of shit.
@PydaJaswanth4 күн бұрын
the requirements.txt is not able to installed properly even after trying different versions.I am still facing issues can u mind updating it .
@USER_____Oo_____USER4 күн бұрын
I started learning English to watch videos like yours. After all, there are no such accessible videos on Russian-language KZbin. Thanks to the author!!
@mahdihosseini59865 күн бұрын
THANKS!
@mehdi-emadi6 күн бұрын
Many thanks.💜
@mehdi-emadi7 күн бұрын
Thank you.💚
@mehdi-emadi7 күн бұрын
Excellent as always.
@mehdi-emadi7 күн бұрын
The best teacher.
@mehdi-emadi7 күн бұрын
I love your courses.
@mehdi-emadi7 күн бұрын
Thank you very much Alexander.
@falthgamer92139 күн бұрын
Please give this course free on udemy?
@shauryasvoyages221210 күн бұрын
How to use serializers in the blog project?
@iamplaceholder10 күн бұрын
Made to the end of this video but one test never worked. So, I used your refactored code in a new project and it didn't work at all. There are a lot of concepts in this tutorial that are not explained well or at all. If you're a beginner with django (but not necessarily python), then this is not a good tutorial.
@musab00712 күн бұрын
It’s a nice way instead of using custom tags for groups in the views. But that also has a price exiting the default Django permissions way
@DefinitelyRkived13 күн бұрын
it was really informative. thank you!
@BishamSinchiury-m4l13 күн бұрын
hi can i follow this course with out installing docker
@moussamousselmal458713 күн бұрын
thank you so much sir , your course is amazing
@alphonsoacqua16 күн бұрын
In case this helps anyone: `command: celery -A dcelery worker -l INFO` was the correct command in docker-compose.yml.
@devroraf111819 күн бұрын
Need a help. How can I update a model in db with saving the old data, I mean, when updating a model, the old and the updated one should be stored separately?
@ShahabMousavi-jx5st19 күн бұрын
you are really patient in explaining. great job
@mosesmbadi19 күн бұрын
I was hoping you'd cover views.
@ayamwenzdayz355120 күн бұрын
So far am not getting anything , i watched the previous and this one , but still
@xdlandxd577320 күн бұрын
for people who have issue with outdated sqllite in docker, try use newer version like -slim-bookworm instead of -slim-buster. btw nice video keep it up
@general-phile21 күн бұрын
Tiktok
@franco_bsnss748221 күн бұрын
Implementing it in my projects in my job. They think I always come up with new ideas to implement and I´m brilliant. Actually, you deserve all credits. Thank you!
@Noone-198021 күн бұрын
Thank you! Excellent!
@makcimenuka790423 күн бұрын
Excellent. Thanks
@rattlin919423 күн бұрын
This is great - but more importantly, you sound like prof Brian Cox. So as I listen I imagine him smiling at me through every word 😌
@JingleJohngle25 күн бұрын
ty
@hacker-e7i25 күн бұрын
I have Doubt In Web Development first we need to design the front end or backend
@hahahahahaha874725 күн бұрын
sir i love you so much you just thought me the thing ive been strugling to learn, your teaching method is abslote gold may god bless you please do more tutorial we need you
@MichaelCampbell0127 күн бұрын
I think you did yourself (and viewers?) a disservice here with the weird(?) `django-admin starproject <name> .` rather than just doing the normal way, creating the subdir with the same name as the project to hold the settings. Everything in the setup then just works when you use the pytest-django docs.
@motaz170129 күн бұрын
thank you so much for this useful tutorials.
@Faiyaz0002Ай бұрын
wasted half an hour on this problem.& watched this tutorial & resolved instantly.❤❤
@fabioaugusto9360Ай бұрын
What is the VSCode's theme in this video?
@veryacademyАй бұрын
Owl
@iPhoneTopicsАй бұрын
Thank you ❤
@7006608Ай бұрын
Great Tutorial and comprehensive!! Also there is a package called django-extra-views which simplifies Formsets, would be greate to create a video on that and compare it to the native method. btw, how do you incrementally show the progress of the code step by step ? is it done in post editing or live ?
@אלמוגאלברАй бұрын
Thanks, at 18:07 the video is corrupt. Like ffmpeg encoding stuff problems.
@subratkarmacharya8125Ай бұрын
found a diamond video.. thanks a lot.
@KarminsLynnАй бұрын
string = input("Enter a string: ") needed = len(string)//2 for i in range(needed): print(string[i])
@parkerlover3999Ай бұрын
for 001 this is the code i got. solution = input("Number: ") answer = float(solution) * float(.50) print(answer)
@histereogenikАй бұрын
nice
@devsupport9093Ай бұрын
the previous link for course is not working . hope you can share the course with me
@iamdivyaprakashАй бұрын
Nice lecture ❤❤❤❤❤❤❤❤❤❤
@iamdivyaprakashАй бұрын
which ide you are using and if vscode then what is the extension name that give suggestion for django?
@epic3548Ай бұрын
If u still getting errors you can remove versions from all the packages in the requirements.txt file
@IleniaQuinteroАй бұрын
Hello, I was looking at your video channel. We are working with a company that, high level, uses secure images to increase supply chain security and help cloud native development. However, we are specifically interested in the type of information you’ve been producing around PyTorch, and if you would be willing to look at solutions for deploying or transporting PyTorch apps using secure containers. Would you be willing to help try their software, make a video, and help show other developers how to use their tools? This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested. You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.
@random5107Ай бұрын
Calling bind as dhcp server just shows the lack of understanding the technology you use. Bind is a dns server, a very old project, and one of the most popular even today. Hope it's just a simple confusion. BTW, no need run compose build and the start, just start it and it's gonna do everything in sequence. Also, using bind and docker is an overkill, as you could use hosts file to mock site names. And finally docker is not needed, everything can be run on the host. In case you need a clean environment lxc could be a much better option.