主机 127.0.0.1:8000 不属于域 example.com,无法识别此请求的子域

The host 127.0.0.1:8000 does not belong to the domain example.com, unable to identify the subdomain for this request

我是 Django 的新手。 当一切都设置好后,我试图在我的本地 PC 上启动“NewsBlur”(基于 Django)。 我 运行 “python3 manage.py 运行服务器”。每当我尝试单击 btn 或手动触发 http 请求时,我的服务器上都会出现以下错误:

The host 127.0.0.1:8000 does not belong to the domain example.com, unable to identify the subdomain for this request

我在 django 中有什么配置不正确吗?

我的[settings.py][2]

使用django.contrib.sites框架时,第一个站点安装域名'example.com',使用:

如果 Django 管理可用,您可以打开它并转到“站点”应用程序,然后更改站点的域名。或者您可以连接到 PostgreSQL 数据库并更改行,这将在 django_site table.