你保存django template
你的网址而不是它url
本身:
{% url 'main-page' %} # this is template
/main-page/ # this is relative url
在您的情况下,您可以简单地保存 url 的相对部分。或者你应该在渲染中使用’url’之前制作render_to_string。更多信息:https ://docs.djangoproject.com/en/4.1/topics/templates/#django.template.loader.render_to_string