将批准的电子邮件点编辑到本地主机

Edit approved email points to localhost

在 Wagtail 管理员中批准更改后,编辑会收到一封电子邮件,告知他们页面已发布。问题是页面的 link 没有使用站点域,但是 localhost:

You can view the page here: http://localhost/learn/good-stuff-to-learn/

我在 settings.py 中配置了 BASE_URL 和 WAGTAILAPI_BASE_URL。我错过了其他设置吗?

Django 1.11.10
鹡鸰 1.13.1

在设置 -> 站点下更新 Wagtail 管理中的域。