You provide the best Django content on youtube. Thanks!
@CloudWithDjango Жыл бұрын
Thank you very much! I'm glad that you are enjoying the content!
@farazahmed1668 Жыл бұрын
I am learning django and I have not seen that much advance content on django. specially like this video and the amazing part is cloud computing with django.
@CloudWithDjango Жыл бұрын
Thank you very much, Faraz! I really appreciate your feedback! Happy learning!
@farazahmed1668 Жыл бұрын
@@CloudWithDjango Thank you so much for your reply. Also I want know more about you. Please make a video in which you appears with your face with your story about how you get there like all the skill set you have and also about the motivation of this wonderful chennal focusing only on django when there are lots of distractions out there like fastapi and stramlit and data science all that distraction. How you tackle all that distraction, whats your age whats your job where you live Why not you Vlog? and make it home video of your chennal. Thank you
@CloudWithDjango Жыл бұрын
@@farazahmed1668 Hi Faraz, My pleasure! Thank you very much for your message and for your interest in getting to know me. I appreciate it! I am planning on doing live streams in the future which will be more interpersonal and social. I also have a few ideas coming up which will address what you have mentioned. I just have a lot of things to do at the moment, but in time the channel will grow and diversify.
@davidbrownsom19365 ай бұрын
Your tutorial was incredibly helpful and saved me a ton of time. Much appreciated!
@CloudWithDjango5 ай бұрын
Thank you for your kind words. I'm glad that it was of value to you!
@thesealednectar22 Жыл бұрын
most developers use django rest framework nowadays, please create more content with drf as the base project
@Studywithayaz14 ай бұрын
Agree
@RiteshSingh_MZP6 ай бұрын
Still working, Awesome and thanks
@CloudWithDjango6 ай бұрын
I'm glad to hear that! Of course, my pleasure!
@ukaszsi14136 ай бұрын
Nice one, thanks - please consider doing similar one but for Django and SPA as FE, allauth added support for this, I think this could be a very popular video :)
@CloudWithDjango6 ай бұрын
Thank you for the suggestion! :)
@demiz Жыл бұрын
this video is a life changer, awesome work bro
@CloudWithDjango Жыл бұрын
Thank you very much, Demiz! I'm glad that you found it useful.
@user-djangobdАй бұрын
This is really helpful video , but please can you tell me how I customize the authentication template?
@CloudWithDjangoАй бұрын
I'm glad that it helped! I'd suggest referring to the docs for that
@Studywithayaz14 ай бұрын
Please make a video how can we integrate dj-rest auth using DRF snd REACT
@CloudWithDjango4 ай бұрын
Thank you for your suggestion!
@ahmadumar9387 Жыл бұрын
thanks for your new great input... we need content like yours!
@CloudWithDjango Жыл бұрын
Thank you very much, Ahmad! I really appreciate the support!
@farazahmed1668 Жыл бұрын
You are doing amazing JOb
@CloudWithDjango Жыл бұрын
Thank you very much!
@harshrajyoutube10 ай бұрын
Your video was fantastic, sir. However, I'd prefer to skip the "want to continue" page. Similar to other websites, when I click "login via Google," I want to be directly redirected to the email list page for login. How can I make that happen?
@CloudWithDjango9 ай бұрын
Thank you so much! To skip the "want to continue" page and directly redirect users to the email list page for login after clicking "login via Google," you need to modify your authentication flow. First, ensure you have configured Google authentication properly in your Django project. Then, instead of redirecting users to the "want to continue" page after Google authentication, you should directly redirect them to the email list page.This typically involves changing the URL or view function that handles the redirect after successful Google authentication. Look for the part of your code where the redirect happens after Google authentication and modify it to redirect directly to the email list page. If you're using a package like django-allauth for authentication, you might need to customize its behavior to achieve this. Check the documentation or community forums for instructions on customizing the authentication flow. By making these changes, users will be seamlessly redirected to the email list page after logging in via Google, without encountering the "want to continue" page. Good luck!
@diezitrone_111 Жыл бұрын
Hey, does this also work with drf?
@CloudWithDjango Жыл бұрын
Hi, You would need to try and see unfortunately. I'd suggest taking a deeper look into the documentation.
@Ashkarm-qi8jy9 ай бұрын
after logged in we can able to redirect into the google authentication page how to redirect them into the home page. Is anyone know please replay...
@CloudWithDjango9 ай бұрын
Hi, I'd also suggest taking a deeper look at the docs
@somiakhaled Жыл бұрын
could please make one to explain how to convert allauth into api using django rest api
@CloudWithDjango Жыл бұрын
Hi Mariam, Thank you for your suggestion! If I have time, I could look into something like that.