Пікірлер
@bedirhandd1317
@bedirhandd1317 2 күн бұрын
you could've just start the video from jesus's born
@parham6676
@parham6676 3 күн бұрын
If I'm understanding this correctly, you had to pass a username in order to create a superuser, but I want to delete username alltogether and only use email.
@sumitupadhyay6377
@sumitupadhyay6377 5 күн бұрын
you guys use library for generating otp 😑😑
@axelb.2006
@axelb.2006 6 күн бұрын
Very clear. More than Django doc . Thanks. PS : combined with ExpressionWrapper, you can calculate some fields before aggregation. EG: items.aggregate( result=ExpressionWrapper( Sum(F('base_price')*F('qty')), DecimalField() )) Be carefull, DecimalField is not imported from Forms but from django.db.models from which you also need to import F and Sum
@coderscommunity6406
@coderscommunity6406 7 күн бұрын
Thank you for this valuable content, can you share the name of resources i.e books, because I am writing my thesis about Real-Time Live Dashboards.
@PrAsHaNtHdUke1093
@PrAsHaNtHdUke1093 10 күн бұрын
thanks a lot this video is very helpful for me.....
@kohinoor2004
@kohinoor2004 Ай бұрын
Helpful 🎉
@israasalameh6879
@israasalameh6879 Ай бұрын
how to make the otp sent to phone number by sms ?
@namanjoshi5089
@namanjoshi5089 Ай бұрын
All the out of the box topics covered by this man are mind blowing
@kelvinmacharia3715
@kelvinmacharia3715 Ай бұрын
This is good
@leelikshen1712
@leelikshen1712 Ай бұрын
Your tutorial is great! However, I am not able to access your source code especially the template shown in the video from your blog website. Please bring it up again and thanks a lot.
@Shivam_Manswalia
@Shivam_Manswalia Ай бұрын
why tital say Real-Time Notification and doesn't even mention any notifications at all ?
@salmansalman4057
@salmansalman4057 Ай бұрын
Tks broooww
@prashantgupta9083
@prashantgupta9083 Ай бұрын
can anyone just share the source code it will be very helpful i am a beginner in djngo and got stucked here
@_nolimitsMotivation
@_nolimitsMotivation Ай бұрын
Legend! Thank you!😭😭😭
@arashroshanpoor1682
@arashroshanpoor1682 Ай бұрын
This is the best lecture, explained step by step
@agbajeabdulazeez4222
@agbajeabdulazeez4222 2 ай бұрын
This was very helpful sir, but how do yo arrive by viewing your db on vs code,Thank you so much sir
@alexdin1565
@alexdin1565 2 ай бұрын
please complete the serie
@slinkybaton
@slinkybaton 2 ай бұрын
Awesome Tutorial!
@CodeWithOgochukwu
@CodeWithOgochukwu 2 ай бұрын
This is wonderful
@jacquesmatike9289
@jacquesmatike9289 2 ай бұрын
Hello. am new to python. Why don't you execute pip3 or python3 instead of pip and python ?
@caglargulucan
@caglargulucan 22 күн бұрын
The commands are different in windows, I think that's what you are talking about.
@kumaranm1728
@kumaranm1728 2 ай бұрын
17:41 extend is give attribute error in the project
@fidelischukwunyere3142
@fidelischukwunyere3142 3 ай бұрын
Great. Thanks. Any way to disconnect a user after some time?
@codernerd7076
@codernerd7076 3 ай бұрын
Still waiting to get the Udemy deploy course 😢
@jasonjohnson3424
@jasonjohnson3424 3 ай бұрын
I used GreenSock extensively back in my Flash/AS3 days so I'm happy to see there's a code port for it in JS.
@armindoalves551
@armindoalves551 3 ай бұрын
8:18 , there are a lot more files on my vscode and there is no such file "App.js"
@fayezchamp9365
@fayezchamp9365 3 ай бұрын
i neeed code plz
@josef9520
@josef9520 3 ай бұрын
please sir reload your source code it actually doesn't work
@rahuldey5564
@rahuldey5564 4 ай бұрын
Hey Man! Great Content, thanks..
@JacobSean-iy3tl
@JacobSean-iy3tl 4 ай бұрын
wow three.js is just amaizing
@piyushgupta4714
@piyushgupta4714 4 ай бұрын
very good tutorial
@SukhpreetSingh-gq3md
@SukhpreetSingh-gq3md 4 ай бұрын
Liked!
@Developer_python_
@Developer_python_ 4 ай бұрын
You don't show 3 part
@muhammadfauzanmohamadisa9087
@muhammadfauzanmohamadisa9087 4 ай бұрын
Are you from Portugal bro? You sound like Jose Mourinho
@aakashchauhan5459
@aakashchauhan5459 4 ай бұрын
thanks for sharing
@JacobSean-iy3tl
@JacobSean-iy3tl 4 ай бұрын
in this section I thought it would be easier to use jQuery for handling likes and dislikes. When a like or dislike button is clicked, it sends an AJAX request to the server to update the likes or dislikes count. The server responds with the updated counts, and the JavaScript updates the UI accordingly.
@mr.h3758
@mr.h3758 4 ай бұрын
Clear and simple, perfect !
@Aravind_238
@Aravind_238 4 ай бұрын
"I got this error while installing face_recognition" help me to solve this error Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Building wheels for collected packages: dlib Building wheel for dlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for dlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [14 lines of output] <string>:210: SyntaxWarning: invalid escape sequence '\(' <string>:211: SyntaxWarning: invalid escape sequence '\(' <string>:212: SyntaxWarning: invalid escape sequence '\(' running bdist_wheel running build running build_ext Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "D:\X-YUG\FACE ID\faceid\Scripts\cmake.exe\__main__.py", line 4, in <module> ModuleNotFoundError: No module named 'cmake' ERROR: CMake must be installed to build dlib [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dlib Failed to build dlib ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects
@eyobgebreyesus9545
@eyobgebreyesus9545 4 ай бұрын
I got the same error today and solved it using a youtube video. The error occurs because your version of python is updated. You can get the specific dlib by searching "dlib compiled binary python 3.12" on google.
@eyobgebreyesus9545
@eyobgebreyesus9545 4 ай бұрын
Optionally, you can also search for "Failed to Build Wheel for Dlib" on KZbin to get the step by step instructions on how to solve it.
@ChidubemOnwuchuluba
@ChidubemOnwuchuluba 4 ай бұрын
kzbin.info/www/bejne/g4uXm4OLbJqceZY
@jeancarlosborgesfilho822
@jeancarlosborgesfilho822 4 ай бұрын
Can you help us dockerize a streamlit frontend with djangorest backend?
@ozgundenizkucuk
@ozgundenizkucuk 4 ай бұрын
We have OTP on the cookies? HOLY SHIT DUDE :D
@xpynim
@xpynim 4 ай бұрын
sir, can i use django with vuejs?
@Fajar_Mohammed
@Fajar_Mohammed 4 ай бұрын
Thank you for the tutorial ❤️ Please upload more videos on React-Django🫶 As a beginner React-Django developer, I would really appreciate it if you could post more videos on React-Django. I find your videos very easy to understand, and there are fewer tutorials on React-Django on KZbin.
@TechnicalSuperNova
@TechnicalSuperNova 4 ай бұрын
Stripe payment gateway on Django REST Framework web application with React Frontend. No proper You Tube video for Stripe payment gateway on DRF + React web application.
@sagargautam6787
@sagargautam6787 5 ай бұрын
Thanks bro
@farmaceutico_anti_parafarmacia
@farmaceutico_anti_parafarmacia 5 ай бұрын
we couldn't miss the annoying background "music" of course
@Made_for_Christ123
@Made_for_Christ123 5 ай бұрын
Hi I'm new to django and learning from your tutorial. Thank you! at 7:55 you're bringing an Image class from images.models but what is in the models.py file? Could you please show that code.
@GunnarGuitarist
@GunnarGuitarist 5 ай бұрын
as other have said, when is part 3 coming? lol
@GunnarGuitarist
@GunnarGuitarist 5 ай бұрын
Is there a tutorial on creating the front-end as shown in the beginning of the video?
@amrelkholy6662
@amrelkholy6662 5 ай бұрын
amazing sir, but I have another case, I am uploading excel file, and this excel data subjected to validaation and I need to see the progress of such validation rather than the progress of uploading the file, can you help me in that?
@Barabeddy5819
@Barabeddy5819 5 ай бұрын
May I have the github link for this tutorial pls?