Comment on
ImportError: attempted relative import with no known parent package
Reply in thread
Thanks to you, I solved the problem!
Comment on
ImportError: attempted relative import with no known parent package
Reply in thread
Thanks to you, I solved the problem!
Comment on
Reddit을 대신하는 서비스 중의 하나인 lemmy가 한국에서도 잘 쓰일 수 있을까요?
레딧도 우리나라에서는 잘 안쓰이니 레미는 더하지 않을까요
Comment on
ImportError: attempted relative import with no known parent package
Reply in thread
Thanks!!!
Comment on
Connection to server at "127.0.0.1", port 5432 failed: Connection refused
Reply in thread
I changed host to postgres:5432, but python made an error.
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not translate host name "postgres" to address: Temporary failure in name resolution
Comment on
Connection to server at "127.0.0.1", port 5432 failed: Connection refused
Reply in thread
Thanks!
I also added
depends_on:
- db
to docker-compose.yaml and fixed the issue!