gpt4 book ai didi

python - MultiValueDictKeyError - 传递 GET 参数

转载 作者:太空宇宙 更新时间:2023-11-03 16:19:57 24 4
gpt4 key购买 nike

我正在使用 django allauth。

我的所有用户都应该有权访问动态生成的 URL。例如:www.example.com/uuid/

从此页面他们应该能够使用 Soundcloud 登录,并且在连接后应该重定向到此页面。

我正在使用以下内容来获取上一个链接,但我收到了一个很好的 html 网址,但在 django 上却是空的。

#Html
<a href="/accounts/soundcloud/login?process=login?next={{request.path}}" name="next" value="next" class="waves-effect waves-light btn-large" style="margin-bottom: 10px;">Download</a>

#adapter.py
class AccountAdapter(DefaultAccountAdapter):

def get_login_redirect_url(self, request):
#assert request.user.is_authenticated()
#pass
return request.GET['next']

最佳答案

您的网址有拼写错误 - 应该是:

href="/accounts/soundcloud/login?process=login&next={{request.path}}"

注意到 & 而不是第二个

关于python - MultiValueDictKeyError - 传递 GET 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38578637/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com