Пікірлер
@matthewgift5276
@matthewgift5276 11 күн бұрын
does this work on production using Cpanel
@VProMax-g7g
@VProMax-g7g 22 күн бұрын
Make a full tutorial
@RiansyahTohamba
@RiansyahTohamba 28 күн бұрын
Great🎉
@justinalba-y7w
@justinalba-y7w Ай бұрын
very helpful and you explain it very well
@tinmarbusir
@tinmarbusir Ай бұрын
Part 3 please🙏
@caglargulucan
@caglargulucan 2 ай бұрын
You haven't posted new content for 8 months. I hope all is well.
@mikewinny3856
@mikewinny3856 2 ай бұрын
Thank you for your materials - all of it are very useful and helpful. Do you know what version of xhtml2pdf work in windows7 + python 3.8 environment? Direct pip-stolation of current version 0.2.16 causes a _RUST error in the cryptography module (pip installs cryptography version 43.x, but on Windows 7 runs only <= 42.x).
@bedirhandd1317
@bedirhandd1317 2 ай бұрын
you could've just start the video from jesus's born
@parham6676
@parham6676 2 ай бұрын
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 2 ай бұрын
you guys use library for generating otp 😑😑
@axelb.2006
@axelb.2006 2 ай бұрын
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 2 ай бұрын
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 2 ай бұрын
thanks a lot this video is very helpful for me.....
@kohinoor2004
@kohinoor2004 3 ай бұрын
Helpful 🎉
@israasalameh6879
@israasalameh6879 3 ай бұрын
how to make the otp sent to phone number by sms ?
@namanjoshi5089
@namanjoshi5089 3 ай бұрын
All the out of the box topics covered by this man are mind blowing
@kelvinmacharia3715
@kelvinmacharia3715 3 ай бұрын
This is good
@leelikshen1712
@leelikshen1712 3 ай бұрын
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 3 ай бұрын
why tital say Real-Time Notification and doesn't even mention any notifications at all ?
@salmansalman4057
@salmansalman4057 3 ай бұрын
Tks broooww
@prashantgupta9083
@prashantgupta9083 3 ай бұрын
can anyone just share the source code it will be very helpful i am a beginner in djngo and got stucked here
@_nolimitsMotivation
@_nolimitsMotivation 3 ай бұрын
Legend! Thank you!😭😭😭
@arashroshanpoor1682
@arashroshanpoor1682 4 ай бұрын
This is the best lecture, explained step by step
@agbajeabdulazeez4222
@agbajeabdulazeez4222 4 ай бұрын
This was very helpful sir, but how do yo arrive by viewing your db on vs code,Thank you so much sir
@alexdin1565
@alexdin1565 4 ай бұрын
please complete the serie
@slinkybaton
@slinkybaton 4 ай бұрын
Awesome Tutorial!
@CodeWithOgochukwu
@CodeWithOgochukwu 4 ай бұрын
This is wonderful
@jacquesmatike9289
@jacquesmatike9289 5 ай бұрын
Hello. am new to python. Why don't you execute pip3 or python3 instead of pip and python ?
@caglargulucan
@caglargulucan 2 ай бұрын
The commands are different in windows, I think that's what you are talking about.
@kumaranm1728
@kumaranm1728 5 ай бұрын
17:41 extend is give attribute error in the project
@fidelischukwunyere3142
@fidelischukwunyere3142 5 ай бұрын
Great. Thanks. Any way to disconnect a user after some time?
@codernerd7076
@codernerd7076 5 ай бұрын
Still waiting to get the Udemy deploy course 😢
@jasonjohnson3424
@jasonjohnson3424 5 ай бұрын
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 5 ай бұрын
8:18 , there are a lot more files on my vscode and there is no such file "App.js"
@БогданСірський
@БогданСірський Ай бұрын
I have the same problem
@fayezchamp9365
@fayezchamp9365 5 ай бұрын
i neeed code plz
@josef9520
@josef9520 5 ай бұрын
please sir reload your source code it actually doesn't work
@rahuldey5564
@rahuldey5564 6 ай бұрын
Hey Man! Great Content, thanks..
@JacobSean-iy3tl
@JacobSean-iy3tl 6 ай бұрын
wow three.js is just amaizing
@piyushgupta4714
@piyushgupta4714 6 ай бұрын
very good tutorial
@SukhpreetSingh-gq3md
@SukhpreetSingh-gq3md 6 ай бұрын
Liked!
@Developer_python_
@Developer_python_ 6 ай бұрын
You don't show 3 part
@paksargon
@paksargon 6 ай бұрын
Are you from Portugal bro? You sound like Jose Mourinho
@aakashchauhan5459
@aakashchauhan5459 6 ай бұрын
thanks for sharing
@JacobSean-iy3tl
@JacobSean-iy3tl 6 ай бұрын
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 6 ай бұрын
Clear and simple, perfect !
@Aravind_238
@Aravind_238 6 ай бұрын
"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 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
kzbin.info/www/bejne/g4uXm4OLbJqceZY
@jeancarlosborgesfilho822
@jeancarlosborgesfilho822 6 ай бұрын
Can you help us dockerize a streamlit frontend with djangorest backend?
@ozgundenizkucuk
@ozgundenizkucuk 6 ай бұрын
We have OTP on the cookies? HOLY SHIT DUDE :D
@xpynim
@xpynim 7 ай бұрын
sir, can i use django with vuejs?
@Fajar_Mohammed
@Fajar_Mohammed 7 ай бұрын
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 7 ай бұрын
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.