Django AllAuth Installation

后端 未结 1 1259
一整个雨季
一整个雨季 2021-02-06 14:36

I\'m attempting to install and configure Django AllAuth and I\'ve run into a plethora of obstacles. Im afraid I\'m simply missing a few basic concepts which might clear some thi

相关标签:
1条回答
  • 2021-02-06 15:32

    1) Have a look here: https://speakerdeck.com/tedtieken/signing-up-and-signing-in-users-in-django-with-django-allauth

    (specifically, slide 61 and above)

    2) Simply use 127.0.0.1:8000 in your redirect URLs

    3) By default allauth redirects to LOGIN_REDIRECT_URL, which is set out of the box to /accounts/profile/: https://docs.djangoproject.com/en/dev/ref/settings/#login-redirect-url

    4) As I am the author of allauth I will skip answering this question myself. Browse through the complete presentation referred to by 1) -- the initial slides provide a good comparison of the various options.

    0 讨论(0)
提交回复
热议问题