Это видео недоступно.
Сожалеем об этом.

How to Setup and Customize Django Allauth

Поделиться
HTML-код
  • Опубликовано: 6 мар 2018
  • ***
    Please note this video is over two years old. I've left it up for those of you who might get value from it but be aware that packages update and things change. It could not work for you and that might just be because the tech has changed by now. If you experience an error, read the documentation and see what it's usage and installation guide is.
    Thanks for your understanding!
    ***
    In this video, we show you how to implement Django Allauth - a Django package for better control of users and authentication. With such an easy implementation and awesome functionality, it's definitely one of those packages you'll be implementing into every one of your Django projects.
    justdjango.com
    ☝ Become a professional Django developer
    ✌️ Stay in touch
    Instagram: / justdjangocode
    Twitter: / justdjangocode
    Email: matt@justdjango.com
    Thank you for watching and don't forget to subscribe :)

Комментарии • 54

  • @cooldeesir
    @cooldeesir 6 лет назад +4

    You saved me with this video. It helped me style the page to something that wasn't completely ugly. Thanks.

  • @NareshMadiraju
    @NareshMadiraju 5 лет назад +5

    Thanks for posting the video. I learnt something new.

  • @sharad3877
    @sharad3877 3 года назад

    watching ur first video and already subscribed

  • @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?

  • @briandethloff2451
    @briandethloff2451 3 года назад

    Thanks for going through this in such detail

  • @adarshgupta9272
    @adarshgupta9272 5 лет назад +1

    perfect tutorial for an beginner

  • @regular2024
    @regular2024 8 месяцев назад

    Great boss❤

  • @marioluis752
    @marioluis752 5 лет назад +2

    Estoy recontra agradecido por encontrar el curso de django :)

  • @bishaladhikari8691
    @bishaladhikari8691 4 года назад

    Thank you for making beautiful channel JustDjango

  • @AlexWinkler
    @AlexWinkler 4 года назад

    savagely straight forward - thanks man!

  • @nn8244
    @nn8244 2 года назад +1

    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.

  • @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

  • @hourhour1130
    @hourhour1130 Год назад

    can I use the viwes directly without using it with thier templates ?

  • @AnnoyingErrors41
    @AnnoyingErrors41 4 года назад +2

    Hey, so can this social login be made possible via API only, like with PostMan or something?

    • @programmingpython584
      @programmingpython584 4 года назад +1

      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 года назад +1

      @@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 года назад +1

      @@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.

  • @trushatalati5596
    @trushatalati5596 4 года назад +1

    Why is the repository no longer available?

  • @peterjohn1664
    @peterjohn1664 4 года назад

    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!

  • @shashanksharmadon4295
    @shashanksharmadon4295 4 года назад +1

    Awesome...

  • @faraazali9589
    @faraazali9589 4 года назад

    can this library be used to authenticate MS active directory users?

  • @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?

  • @RuslanSkiraUkraine
    @RuslanSkiraUkraine 3 года назад +1

    9:34 thank you I was stuck on it(

  • @navaramkumar
    @navaramkumar 5 лет назад

    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 4 года назад

      pip install django-allauth should fix it

  • @Xellos976
    @Xellos976 6 лет назад +1

    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

  • @saurabh75prakash
    @saurabh75prakash 5 лет назад

    I was expecting implementation of social login, but foung login customisation instead. Nice tutorial anyways.

    • @koderplace3674
      @koderplace3674 5 лет назад +1

      ruclips.net/video/OocuLMeyqDw/видео.html

  • @-engineerbmgroup2726
    @-engineerbmgroup2726 4 года назад

    Project code not have link to

  • @praveensingh-lx4dk
    @praveensingh-lx4dk 3 года назад

    can you please add github link for djnago-website

  • @Imhamzaazam
    @Imhamzaazam 4 года назад

    How to give users the option to delete their account??

  • @martinmambo6159
    @martinmambo6159 5 лет назад

    how do i show login on navbar for only when no one has signed in?

    • @svjatoslavblokhin1178
      @svjatoslavblokhin1178 4 года назад

      use conditions with django templates. Example:
      {% if user.is_authenticated %}
      You have logged in
      {% else %}
      Loser
      {% endif %}

  • @kushalkumar7906
    @kushalkumar7906 4 года назад

    the link says page not found

  • @skalippanbalippan6972
    @skalippanbalippan6972 6 лет назад

    Thank's man, can u pls make fb auth?

    • @mattfreire
      @mattfreire  6 лет назад +2

      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

  • @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?

  • @MuhammedMuhammed-qv3vh
    @MuhammedMuhammed-qv3vh 5 лет назад +1

    hi guys, password of admin login?

  • @cyberspider78910
    @cyberspider78910 5 лет назад

    I have seen many of your vids but this is the worst. you are just struggling