removed deprecated psycopg2

This commit is contained in:
vabene1111
2020-12-14 15:11:41 +01:00
parent 7732aa7646
commit 56c9edd328
3 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ SECRET_KEY=
TIMEZONE=Europe/Berlin
# add only a database password if you want to run with the default postgres, otherwise change settings accordingly
DB_ENGINE=django.db.backends.postgresql_psycopg2
DB_ENGINE=django.db.backends.postgresql
POSTGRES_HOST=db_recipes
POSTGRES_PORT=5432
POSTGRES_USER=djangodb