Answer the question
In order to leave comments, you need to log in
How to deal with Django error?
Operations to perform:
Synchronize unmigrated apps: django_extensions, django_js_reverse, autofixture
Apply all migrations: contenttypes, sessions, auth, admin
Synchronizing apps without migrations:
Creating tables...
Installing custom SQL...
Installing indexes...
Running migrations:
Applying contenttypes.0001_initial...
....
django.db.utils.OperationalError: could not connect to server: Connection timed out
Is the server running on host "****" and accepting
TCP/IP connections on port ****?
[08006] An I/O error occurred while sending to the backend.
java.net.SocketException: Connection reset
Answer the question
In order to leave comments, you need to log in
What kind of DBMS is that? :) It is obvious that Django cannot connect to the DBMS at this address and port.
1. Check that the DBMS is working at this address and port
2. Reinstall the Python driver to access the DBMS
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question