Hello, community friends!
I want to connect my application db in dockerized container to a yandex database. I can successfully connect to it from my local terminal but i have troubles to make it work through Django. I get the following error: e[1;35mdjango.db.utils.InterfaceErrore[0m: e[35mFailed to connect to YDB, details Failed to establish connection to YDB discovery endpoint: “ydb.serverless.yandexcloud.net:2135”. Check endpoint correctness.e[0m.
Database settings in settings.py:
I have talked to AI, checked all settings, followed many instructions but it just got stuck. I’d appreciate your feedback, Best regards ![]()
