Yes, you can achieve a UI in Django without writing HTML, CSS, and JavaScript. Django provides a template engine that allows you to create templates using a mini-language, which encourages a clean separation of application and presentation logic. Templates can be maintained by anyone with an understanding of HTML, and no knowledge of Python is required
I guess, you missed adding Google package in the installed app section ( settings.py ). You can send a snap on my social media handle too for any query.
When you sign in with Google in Django, you don’t need to handle the password yourself. Instead, you use the OAuth 2.0 protocol to authenticate the user with their Google account. This means that the user logs in to their Google account and grants your Django app permission to access their basic profile information. Your app receives an access token from Google, which it can use to authenticate the user and retrieve their information from Google’s servers. In other words, the user’s password is never sent to or stored by your Django app. Instead, your app relies on Google to handle the authentication process and provide you with a secure way to identify the user. This is a common practice for web apps that want to allow users to sign in with their existing social media accounts, as it simplifies the login process for users and reduces the need for them to create and remember yet another password.
Do Subscribe and keep supporting❤️
THANK YOU VERY MUCH I WAS TRY MAKE IT 2 DAYS!!!!!!!
You are at right place. I'm glad it worked.
Showing Error:
Access blocked:
This app's request is invalid
Any solution???
just publish the created app in google oauth2 consent screen
Is it working now?
Because I tried to login with all_auth module but encountered with error it asks for manually CONTINUE to then it shows emails
try this and let me know
can i use it with flutter?
thank you so much sir..🙌🙌🙌
Glad it worked. Keep supporting❤️
Hi sir, i have one doubte without adding templates(HTML CSS) can we achieve this ?
Yes, you can achieve a UI in Django without writing HTML, CSS, and JavaScript. Django provides a template engine that allows you to create templates using a mini-language, which encourages a clean separation of application and presentation logic. Templates can be maintained by anyone with an understanding of HTML, and no knowledge of Python is required
Thank you very much!
You're welcome! Keep supporting
Thak You very much!!!!
Keep supporting
Website hosting kahan pe kiya
Try heroku
Great. ...Thanks
Keep supporting 🙌
Thanks, best
Suuuper
Thaaannnkuuuu
No module named 'social_core.backends.goggle' its showing this error..what to do?
I guess, you missed adding Google package in the installed app section ( settings.py ). You can send a snap on my social media handle too for any query.
@@BugNinza i am so sorry i was an idiot, i wrote wrong spelling of google, thanks a lot for quick reply and this video..
I am getting an error that says :
Access blocked : This app's request is invalid.
Error 400 : redirect_uri_mismatch
Your access has blocked. check your URI and app's access
@@BugNinzathanks buddy
@@BugNinza How did you solve this error , please help
@@ashwin9957 facing same error please help
In this the password section which password did saving
When you sign in with Google in Django, you don’t need to handle the password yourself. Instead, you use the OAuth 2.0 protocol to authenticate the user with their Google account. This means that the user logs in to their Google account and grants your Django app permission to access their basic profile information. Your app receives an access token from Google, which it can use to authenticate the user and retrieve their information from Google’s servers.
In other words, the user’s password is never sent to or stored by your Django app. Instead, your app relies on Google to handle the authentication process and provide you with a secure way to identify the user. This is a common practice for web apps that want to allow users to sign in with their existing social media accounts, as it simplifies the login process for users and reduces the need for them to create and remember yet another password.
Thanks Bro
Keep supporting 🙌
Success!
Thank you so much!
Glad it helped! Keep supporting
hello, can you please add source code
facts
How do I use it with react?
How what to put a href for
the process is quite hectic for react
How do I use it with react?
How what to put a href for