I tried beget and digital ocean, different Django-projects (my own and examples) and every time i try to send request to server from my PC am getting
[05/Oct/2021 12:26:24,844] - Broken pipe from ('94.72.62.225', 53959)
I do same things every time:
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
set ALLOWED_HOSTS=['*'] in settings.py ( ALLOWED_HOSTS=['server_id'] also checked )
python3 manage.py rusnerver 0.0.0.0:8000
tools to send requests - google chrome, postman, curl