HttpResponseRedirect未按预期工作

时间:2017-09-14 19:03:06

标签: django django-views

在我的views.py中,我有:

return HttpResponseRedirect('/account/forecast/')

我遇到的问题是附加了响应网址。

e.g。从:     mysite.com/account

重定向转到:     mysite.com/account/account/forecast

代替:     mysite.com/account/forecast。

我使用Django 1.11,gunicorn和nginx使用SSL。

0 个答案:

没有答案