skip to Main Content

Postgresql cannot connect to server – Docker

The project is a django web app, packed on docker containers. For some reason, I cannot run the server and launch it. when I run "manage.py runserver", this error occurs: File "C:UsersandreAppDataLocalProgramsPythonPython310libsite-packagespsycopg2__init__.py", line 122, in connect conn = _connect(dsn, connection_factory=connection_factory,…

VIEW QUESTION

Problem when download Python package and then install from .whl files – Ubuntu

I want to download Python package pipy.org and move them to another machine and finally install that packages with downloaded .whl files in that machine This is requirements.txt file: amqp==5.1.1 anytree==2.8.0 asgiref==3.5.2 async-timeout==4.0.2 attrs==22.1.0 autobahn==22.7.1 Automat==22.10.0 beautifulsoup4==4.11.1 billiard==3.6.4.0 celery==5.2.7 certifi==2022.9.24…

VIEW QUESTION
Back To Top
Search