app up. ui garbage.

This commit is contained in:
Software Shinobi
2026-02-09 11:43:33 -05:00
parent 189c6b7b26
commit 8559ccde01
2 changed files with 17 additions and 12 deletions

View File

@@ -102,16 +102,8 @@ WSGI_APPLICATION = 'application.wsgi.application'
# Database
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'maverickdb',
'USER':'maverickdb',
'PASSWORD':'maverickdb',
'HOST':'localhost',
'PORT':'5432'
}
}
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'maverickdb', 'USER': 'maverickdb', 'PASSWORD': 'maverickdb', 'HOST': 'card-players-unite-postgres', 'PORT': '5432', } }
# Password validation
# https://docs.djangoproject.com/en/3.1/ref/settings/#auth-password-validators