I am new to Django. I was trying to launch "NewsBlur" (Django based) to my local PC , when everything is set. I ran "python3 manage.py runserver" . Whenever I tried to click btn or manually trigger http request I got error below on my server:
The host 127.0.0.1:8000 does not belong to the domain example.com, unable to identify the subdomain for this request
Anything I incorrectly configured in django ?
My [settings.py][2]