Hi Guys,

Is my first time working with django, I am following youtubes' tutorial
from telusko. However I am having troubles, my computer has the following
OS: Ubuntu 18.04.3 LTS.

I am running docker images for the postgres and pgAdmin tools, I set up my
password in the docker-compose.yml file and is the one I imputed on the
setting.py. However every time I try to run it I receive the following
error message:

File
"/home/eduardo/Envs/test/lib/python3.6/site-packages/psycopg2/__init__.py",
line 126, in connect
    conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
django.db.utils.OperationalError: FATAL:  password authentication failed
for user "postgres"
FATAL:  password authentication failed for user "postgres"

I have psycop2 in my test environment for python 3, do you might know why
is this happening? and how can I fix this problem?

Thanks!
Eduardo

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFDJZUfHRLsUPZT2ktHOg815PkL%2BEd%3DVzHvikKDVCwBXQErNAQ%40mail.gmail.com.

Reply via email to