PostgreSQL connection settings got error in Django
I read the new version in django document, I am follow this post , but doesn't work: **conn = _connect(dsn, connection_factory=connection_factory, **kwasync)** django.db.utils.OperationalError: definition of service "Servers" not found here is my processing: 1.I create the file ".pg_service.conf" in %APPDATA%,…