This commit is contained in:
msosic97
2022-05-24 17:58:59 +02:00
parent 10b3443005
commit c9863dc8f7

View File

@@ -78,6 +78,14 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
# 'NAME': 'kivi_cars',
# 'USER': 'postgres',
# 'PASSWORD': 'b18',
# 'HOST': 'localhost',
# 'PORT': '5432',
# }
}