How to Solve "The domain name provided is not valid according to RFC 1034/1035" in Django during Development
Feb 18, 2021 · 5 min read · With the django.middleware.common.CommonMiddleware middleware enabled in Django settings, attempting to access your django app from a url that looks something like blue-forest.ide.company.io (often used by online IDEs) or any other url not valid acco...
RNBarbados and 1 more commented