I made clean install of Django v1.11.10 now. When I run python manage.py runserver everything works fine. But when I try connect to Postgres database, I install
python manage.py runserver
Reinstalling with pip install --no-binary psycopg2 psycopg2 solved problem
pip install --no-binary psycopg2 psycopg2