Answer the question
In order to leave comments, you need to log in
Errors after connecting to database?
Hello, I've been working with Django recently, to the point. Created a project, registered a connection to the database
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'fn',
'USER' : 'postgres',
'PASSWORD' : 'admin',
'HOST' : '##.##.#.###',
'PORT' : '5432',
}
}
Answer the question
In order to leave comments, you need to log in
PostgreSQL 9.4.13 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4), 64-bit
Django supports PostgreSQL 10 and higher. psycopg2 2.8.4 or higher is required, though the latest release is recommended.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question