Re: Error while running a project

2019-01-18 Thread Andréas Kühne
When running postgres, the postgres user is normally not a user that you can login via the psycopg2 connector with. You should use a specific user for the database that you want to connect to. The postgres user is a superuser and is normally connected to a local user that you need to login via. Re

Re: Error while running a project

2019-01-17 Thread Nadhem Zmandar
I've installed psycopg2 before running he server. So I think it's an other problem Le jeu. 17 janv. 2019 à 16:50, Harryxon Ndegwa a écrit : > did u install psycopg2 using pip, > that is, pip install psycopg2 > i see its a connection error make sure u have psycopg2 connector installed > in your e

Re: Error while running a project

2019-01-17 Thread Harryxon Ndegwa
did u install psycopg2 using pip, that is, pip install psycopg2 i see its a connection error make sure u have psycopg2 connector installed in your environment #%£& On Thu, 17 Jan 2019 6:22 pm Nadhem Zmandar I am beginner with Django. I've downloaded an open source Django project > to start learn