Rob Levy
Rob Levy
Thanks for doing this @pauldraper. We use migra and we also use comments, so this gets a :+1: from me!
Think I might have figured it out. I created a Python 3.6 virtual environment (needed? Not sure), pip installed poetry then ran `poetry install`. Does that sound about right?
Thanks for the response! I'm getting ``` psycopg2.OperationalError: fe_sendauth: no password supplied ``` So I'm assuming I need an account with some particular login details. I'm investigating now what account...
Ok, got there. I updated my `pg_hba.conf` file to include: ```` local all all trust ```` And used `sudo` to log into `psql` and create a database with the same...
Thanks for such a swift reply! Have you managed to make it work with Docker Compose? If so, do you have to specify all the Docker image stuff too, or...
I just want to confirm that this problem also happens with `poetry shell` (https://python-poetry.org/) As for `pipenv`, instead of starting a full-on Poetry shell, I can do: ```bash poetry run...