merge complete

This commit is contained in:
ismail 2025-10-22 16:06:18 +03:00
parent ba911a60d6
commit ec3c52579b
7 changed files with 3 additions and 3 deletions

View File

@ -135,9 +135,9 @@ WSGI_APPLICATION = 'NorahUniversity.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'haikal_db', 'NAME': 'norahuniversity',
'USER': 'faheed', 'USER': 'norahuniversity',
'PASSWORD': 'Faheed@215', 'PASSWORD': 'norahuniversity',
'HOST': '127.0.0.1', 'HOST': '127.0.0.1',
'PORT': '5432', 'PORT': '5432',
} }