update
This commit is contained in:
@@ -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',
|
||||
# }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user