diff --git a/car_inventory/__pycache__/settings.cpython-311.pyc b/car_inventory/__pycache__/settings.cpython-311.pyc index ab7c2ae6..ea64c422 100644 Binary files a/car_inventory/__pycache__/settings.cpython-311.pyc and b/car_inventory/__pycache__/settings.cpython-311.pyc differ diff --git a/car_inventory/settings.py b/car_inventory/settings.py index 13064782..e931dbae 100644 --- a/car_inventory/settings.py +++ b/car_inventory/settings.py @@ -104,24 +104,24 @@ WSGI_APPLICATION = 'car_inventory.wsgi.application' # Database # https://docs.djangoproject.com/en/5.0/ref/settings/#databases -# DATABASES = { -# "default": { -# "ENGINE": "django_prometheus.db.backends.postgresql", -# "NAME": "murad_haikal", -# "USER": "f95166", -# "PASSWORD": "Kfsh&rc9788", -# "HOST": "localhost", -# "PORT": 5432, -# } -# } - DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': 'db.sqlite3', + "default": { + "ENGINE": "django_prometheus.db.backends.postgresql", + "NAME": "murad_haikal", + "USER": "f95166", + "PASSWORD": "Kfsh&rc9788", + "HOST": "localhost", + "PORT": 5432, } } +# DATABASES = { +# 'default': { +# 'ENGINE': 'django.db.backends.sqlite3', +# 'NAME': 'db.sqlite3', +# } +# } + # Password validation # https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators diff --git a/inventory/__pycache__/models.cpython-311.pyc b/inventory/__pycache__/models.cpython-311.pyc index e9b41abe..061c2f58 100644 Binary files a/inventory/__pycache__/models.cpython-311.pyc and b/inventory/__pycache__/models.cpython-311.pyc differ