Forums

ERROR 403

Hello! Here is problem - www.mur-remont.ru - HTTP ERROR 403 ALLOWED_HOSTS = "www.mur-remont.ru" CNAME:webapp-1435516.pythonanywhere.com What can I do?

The Django ALLOWED_HOSTS setting is a list of strings, not a string. So it should be this:

 ALLOWED_HOSTS = ["www.mur-remont.ru"]