How to Setup and Customize Django Allauth

  Рет қаралды 62,292

Matt Freire

Matt Freire

Күн бұрын

Пікірлер: 54
@sharad3877
@sharad3877 3 жыл бұрын
watching ur first video and already subscribed
@cooldeesir
@cooldeesir 6 жыл бұрын
You saved me with this video. It helped me style the page to something that wasn't completely ugly. Thanks.
@mattfreire
@mattfreire 6 жыл бұрын
Glad it helped 🙌
@nn8244
@nn8244 2 жыл бұрын
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?
@jchege2851
@jchege2851 2 жыл бұрын
Did you find a solution for this? I have such requirement.
@AnnoyingErrors41
@AnnoyingErrors41 4 жыл бұрын
Hey, so can this social login be made possible via API only, like with PostMan or something?
@programmingpython584
@programmingpython584 4 жыл бұрын
You can use gmail API for that. BTW i don't think PostMan can do that.
@AnnoyingErrors41
@AnnoyingErrors41 4 жыл бұрын
@@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.
@programmingpython584
@programmingpython584 4 жыл бұрын
@@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.
@AnnoyingErrors41
@AnnoyingErrors41 4 жыл бұрын
@@programmingpython584 Can you point me towards an article or something? Thanks for your response!
@programmingpython584
@programmingpython584 4 жыл бұрын
@@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.
@NareshMadiraju
@NareshMadiraju 6 жыл бұрын
Thanks for posting the video. I learnt something new.
@doniyorabduvokhidov1706
@doniyorabduvokhidov1706 4 жыл бұрын
Thank you I used to buid everything myself now django-allauth is here for help
@aouledissayousri8077
@aouledissayousri8077 2 жыл бұрын
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?
@khuong0321
@khuong0321 2 жыл бұрын
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
@adarshgupta9272
@adarshgupta9272 5 жыл бұрын
perfect tutorial for an beginner
@hourhour1130
@hourhour1130 Жыл бұрын
can I use the viwes directly without using it with thier templates ?
@marioluis752
@marioluis752 5 жыл бұрын
Estoy recontra agradecido por encontrar el curso de django :)
@briandethloff2451
@briandethloff2451 4 жыл бұрын
Thanks for going through this in such detail
@bishaladhikari8691
@bishaladhikari8691 4 жыл бұрын
Thank you for making beautiful channel JustDjango
@trushatalati5596
@trushatalati5596 4 жыл бұрын
Why is the repository no longer available?
@AlexWinkler
@AlexWinkler 5 жыл бұрын
savagely straight forward - thanks man!
@Xellos976
@Xellos976 6 жыл бұрын
Which one's better social Auth app or allauth?
@mattfreire
@mattfreire 6 жыл бұрын
Personally I’ve never used Social auth but Allauth contains social network login so I’d still go with it.
@Xellos976
@Xellos976 6 жыл бұрын
I found out it's easier to access the avatar of an associated social account with allauth so i think that makes it better
@faraazali9589
@faraazali9589 4 жыл бұрын
can this library be used to authenticate MS active directory users?
@navaramkumar
@navaramkumar 6 жыл бұрын
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
@obengbismark186
@obengbismark186 5 жыл бұрын
pip install django-allauth should fix it
@lenagangan4470
@lenagangan4470 6 жыл бұрын
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
@mattfreire
@mattfreire 6 жыл бұрын
Have you checked the code in the GitHub repository?
@-engineerbmgroup2726
@-engineerbmgroup2726 4 жыл бұрын
Project code not have link to
@regular2024
@regular2024 Жыл бұрын
Great boss❤
@martinmambo6159
@martinmambo6159 5 жыл бұрын
how do i show login on navbar for only when no one has signed in?
@svjatoslavblokhin1178
@svjatoslavblokhin1178 5 жыл бұрын
use conditions with django templates. Example: {% if user.is_authenticated %} You have logged in {% else %} Loser {% endif %}
@peterjohn1664
@peterjohn1664 5 жыл бұрын
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!
@RuslanSkiraUkraine
@RuslanSkiraUkraine 4 жыл бұрын
9:34 thank you I was stuck on it(
@praveensingh-lx4dk
@praveensingh-lx4dk 3 жыл бұрын
can you please add github link for djnago-website
@saurabh75prakash
@saurabh75prakash 6 жыл бұрын
I was expecting implementation of social login, but foung login customisation instead. Nice tutorial anyways.
@koderplace3674
@koderplace3674 6 жыл бұрын
kzbin.info/www/bejne/haDGpn-Dmt6ketk
@kushalkumar7906
@kushalkumar7906 4 жыл бұрын
the link says page not found
@Imhamzaazam
@Imhamzaazam 4 жыл бұрын
How to give users the option to delete their account??
@programmingbear7845
@programmingbear7845 5 жыл бұрын
forget password will work on it?
@mattfreire
@mattfreire 5 жыл бұрын
+Piyush Kumar yes it’s handled for you
@programmingbear7845
@programmingbear7845 5 жыл бұрын
@@mattfreire how? i use your code but it doesn't work. is i need to add some another things on it?
@skalippanbalippan6972
@skalippanbalippan6972 6 жыл бұрын
Thank's man, can u pls make fb auth?
@mattfreire
@mattfreire 6 жыл бұрын
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 🙌
@skalippanbalippan6972
@skalippanbalippan6972 6 жыл бұрын
Thank you so much
@shashanksharmadon4295
@shashanksharmadon4295 5 жыл бұрын
Awesome...
@MuhammedMuhammed-qv3vh
@MuhammedMuhammed-qv3vh 6 жыл бұрын
hi guys, password of admin login?
@mattfreire
@mattfreire 6 жыл бұрын
matt1234
@cyberspider78910
@cyberspider78910 5 жыл бұрын
I have seen many of your vids but this is the worst. you are just struggling
How to Handle User Authentication in Django
26:39
Matt Freire
Рет қаралды 86 М.
Getting Started With Django All Auth
19:01
Pretty Printed
Рет қаралды 13 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Django tutorial - How to improve your Django admin
18:20
Matt Freire
Рет қаралды 53 М.
Python Django Social Authentication | Django AllAuth Tutorial
18:02
Code With Stein
Рет қаралды 25 М.
Django Starter with Allauth and Htmx
43:09
Andreas Jud
Рет қаралды 10 М.
Custom User Model | Explore Django
14:01
Code With Stein
Рет қаралды 42 М.
How To Modify and Override Django Allauth Template Page
16:08
Elesh Channel
Рет қаралды 5 М.
Learn the basics of Django's Model Managers and Querysets
19:38
Matt Freire
Рет қаралды 44 М.
Cookiecutter Django 4: Working with Django Allauth
1:07:53
Reely Coding
Рет қаралды 907
Django Multiuser Registration and Login based on Role
19:06
Mr. Django
Рет қаралды 60 М.
Django tutorial: How to authenticate using Google
13:07
Matt Freire
Рет қаралды 102 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН