Yes, there may not be many of us who use Django, but whatever our number, you are like a father to us :) Thank you very much for all these videos and your efforts, my friend. You are loved!
@CloudWithDjango11 ай бұрын
Thank you so much for your kind words. I really appreciate it! It means a lot to me as a creator to make these videos for you all, and to see that it's valued! Thank you again! All the best to you! :)
@bedirhandd131711 ай бұрын
@@CloudWithDjango ❤
@javohirnurmatjonov8872 Жыл бұрын
Wow, I appreciate your respect to followers. I asked you, and you made it) thank you very much 🤜🤛
@CloudWithDjango Жыл бұрын
It is a great pleasure! I must say, that it's not always the case, since I get a lot of requests, but I do the best that I can, and when I can! :) Thank you for your support!
@DavidLuiz-y2h Жыл бұрын
Thanks for django package videos.I really love them)
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that you are enjoying them :)
@vcselembradessejogo Жыл бұрын
Thanks! Helped me a lot! Bro, what if I want to display videos in my django project, but with those quality options like 360, 720 or 1080p? Example: if i upload a mp4 in my admin, and i want to show it with a view in a detail.html with a video tag? how could i do it?
@CloudWithDjango Жыл бұрын
My pleasure! I'm glad that it helped you! Alright, so what you can try to do is to use the django-embed-video package for embedding videos, and include quality options in your detail.html by dynamically generating video URLs with different resolutions based on user preferences, then using the HTML tag with source elements for each quality option.
@jackoffjames3751 Жыл бұрын
Great content bro🎉
@CloudWithDjango Жыл бұрын
Thank you so much!
@jonatanmsanchez11 ай бұрын
Can this be used in a login form created by me?
@CloudWithDjango11 ай бұрын
Hi, Usually this would be used on a registration form, but yes you should be able to use it on a regular login form as well.
@jonatanmsanchez11 ай бұрын
Do you have a tutorial for a registration form? Or once I installed the package it would work? I just want to know if this works with the regular one or just with the admin login
@CloudWithDjango11 ай бұрын
These packages work with all types of forms. If you would like to do this with the regular login form. I'd suggest watching the following video: kzbin.info/www/bejne/rmPUgniEnLN5iaM& It will answer all of your questions. Good luck!
@jonatanmsanchez11 ай бұрын
@@CloudWithDjango thank youuuuuu
@CloudWithDjango11 ай бұрын
My pleasure!
@jamiebutler199011 ай бұрын
This appears to be broken with django-recaptcha 4.0.0, django-multi-captcha-admin attempts to import captcha which was the module name for django-recaptcha in older versions. Just pointing this out for anyone else who might be having issues getting it to work with the other captcha engines.
@CloudWithDjango11 ай бұрын
Hi, Thank you for mentioning this in regards to other captchas that can be used. However, with the default version demonstrated in the tutorial with simple captcha it'll work fine.
@JaaOffendJaa Жыл бұрын
'engine': 'recaptcha2' in register form :) that would be a cool video
@CloudWithDjango Жыл бұрын
Thank you for your suggestion!
@PCInvest-Sofia8 ай бұрын
Thanks for your time and the great quality of your videos. Yes I'm waiting for that too. I mean from the same captcha app, like video2 how to add this in our forms
@DColignonАй бұрын
Hello, thanks for this vidéo ;-) i testing also with unfold theme and captcha not working with this theme :/
@CloudWithDjangoАй бұрын
Hi! Of course! Yes, unfortunately these two libraries probably won't work together because they are both modifying the admin app.
@advanceprogramming225 Жыл бұрын
thank you
@CloudWithDjango Жыл бұрын
My pleasure!
@ninjagirl61610 ай бұрын
I followed the same steps but still I cant get it
@CloudWithDjango10 ай бұрын
Hi, I'd suggest trying the steps explicitly as I do and to keep in mind the docs and the package versions used in this video