You saved me with this video. It helped me style the page to something that wasn't completely ugly. Thanks.
@mattfreire6 жыл бұрын
Glad it helped 🙌
@nn82442 жыл бұрын
Hello! I have a question: Can I use allauth to make different (two of them, the first one is already existing) registration/ signup sites with different urls?
@jchege28512 жыл бұрын
Did you find a solution for this? I have such requirement.
@AnnoyingErrors414 жыл бұрын
Hey, so can this social login be made possible via API only, like with PostMan or something?
@programmingpython5844 жыл бұрын
You can use gmail API for that. BTW i don't think PostMan can do that.
@AnnoyingErrors414 жыл бұрын
@@programmingpython584 Yes, postman can't and I meant all kinds of providers not just Google for that. I think settling for native SDKs or webviews on mobile platforms.
@programmingpython5844 жыл бұрын
@@AnnoyingErrors41 I think there are many other APis out there to help in this process and Gmail API is one of them and that is good, easy to use.
@AnnoyingErrors414 жыл бұрын
@@programmingpython584 Can you point me towards an article or something? Thanks for your response!
@programmingpython5844 жыл бұрын
@@AnnoyingErrors41 Sorry i don't have any link available but his channel has a video on this.Also i will recommend to learn allauth completely, like take some tutorial on it. It has a lot of features which will help you in complete authentication.
@NareshMadiraju6 жыл бұрын
Thanks for posting the video. I learnt something new.
@doniyorabduvokhidov17064 жыл бұрын
Thank you I used to buid everything myself now django-allauth is here for help
@aouledissayousri80772 жыл бұрын
How can you make a post request outside the google login template? Or how to make all auth act like a rest api to my front end app?
@khuong03212 жыл бұрын
please help me! i can't change anything the login view in account directory. I don't know the reason why. You can help me
@adarshgupta92725 жыл бұрын
perfect tutorial for an beginner
@hourhour1130 Жыл бұрын
can I use the viwes directly without using it with thier templates ?
@marioluis7525 жыл бұрын
Estoy recontra agradecido por encontrar el curso de django :)
@briandethloff24514 жыл бұрын
Thanks for going through this in such detail
@bishaladhikari86914 жыл бұрын
Thank you for making beautiful channel JustDjango
@trushatalati55964 жыл бұрын
Why is the repository no longer available?
@AlexWinkler5 жыл бұрын
savagely straight forward - thanks man!
@Xellos9766 жыл бұрын
Which one's better social Auth app or allauth?
@mattfreire6 жыл бұрын
Personally I’ve never used Social auth but Allauth contains social network login so I’d still go with it.
@Xellos9766 жыл бұрын
I found out it's easier to access the avatar of an associated social account with allauth so i think that makes it better
@faraazali95894 жыл бұрын
can this library be used to authenticate MS active directory users?
@navaramkumar6 жыл бұрын
hi, when I am trying to implement this project I am getting an error at python manage.py migrate " File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named allauth " I am following the as it is what in the video but I get this error, please help me
@obengbismark1865 жыл бұрын
pip install django-allauth should fix it
@lenagangan44706 жыл бұрын
I have a problem using when using the sign up form. Every time i give it the email address (I know it's optional), it throws me an error - an index error - string index out of range, while still creating the user if i check the admin page. any ideas why? If i don't type in the adress it doesn't give any error
@mattfreire6 жыл бұрын
Have you checked the code in the GitHub repository?
@-engineerbmgroup27264 жыл бұрын
Project code not have link to
@regular2024 Жыл бұрын
Great boss❤
@martinmambo61595 жыл бұрын
how do i show login on navbar for only when no one has signed in?
@svjatoslavblokhin11785 жыл бұрын
use conditions with django templates. Example: {% if user.is_authenticated %} You have logged in {% else %} Loser {% endif %}
@peterjohn16645 жыл бұрын
Thanks a lot for this tutorial! it's absolutely helpful. But when I try to signup by including an email in the email field it's throwing this error: [WinError 10061] No connection could be made because the target machine actively refused it], Plz, help!
@RuslanSkiraUkraine4 жыл бұрын
9:34 thank you I was stuck on it(
@praveensingh-lx4dk3 жыл бұрын
can you please add github link for djnago-website
@saurabh75prakash6 жыл бұрын
I was expecting implementation of social login, but foung login customisation instead. Nice tutorial anyways.
@koderplace36746 жыл бұрын
kzbin.info/www/bejne/haDGpn-Dmt6ketk
@kushalkumar79064 жыл бұрын
the link says page not found
@Imhamzaazam4 жыл бұрын
How to give users the option to delete their account??
@programmingbear78455 жыл бұрын
forget password will work on it?
@mattfreire5 жыл бұрын
+Piyush Kumar yes it’s handled for you
@programmingbear78455 жыл бұрын
@@mattfreire how? i use your code but it doesn't work. is i need to add some another things on it?
@skalippanbalippan69726 жыл бұрын
Thank's man, can u pls make fb auth?
@mattfreire6 жыл бұрын
Hey. Yes I plan on making it as soon as I’m done making my current course. Hopefully with be up in the next week or so 🙌
@skalippanbalippan69726 жыл бұрын
Thank you so much
@shashanksharmadon42955 жыл бұрын
Awesome...
@MuhammedMuhammed-qv3vh6 жыл бұрын
hi guys, password of admin login?
@mattfreire6 жыл бұрын
matt1234
@cyberspider789105 жыл бұрын
I have seen many of your vids but this is the worst. you are just struggling