https://stackoverflow.com/questions/44184268/django-invalid-http-host-header-testserver-you-may-need-to-add-utestserver
#Add desired IP if other than localhost
settings.py file:
settings.py
ALLOWED_HOSTS = ['127.0.0.1', 'localhost']
No comments:
Post a Comment