1
In your settings.py, your allowed hosts are empty. You should complete as following :
ALLOWED_HOSTS = ['www.talkrecorder.ru', 'talkrecorder.ru'] #Or any other host that you need
Source:stackexchange.com
1
In your settings.py, your allowed hosts are empty. You should complete as following :
ALLOWED_HOSTS = ['www.talkrecorder.ru', 'talkrecorder.ru'] #Or any other host that you need