This commit is contained in:
2025-07-07 14:32:47 -03:00
parent 92ebad35fe
commit 760d9db57c

View File

@@ -108,7 +108,6 @@ WSGI_APPLICATION = 'gestaoRaul.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': DB_ENGINE, 'ENGINE': DB_ENGINE,
@@ -118,7 +117,7 @@ DATABASES = {
'HOST': DB_HOST, 'HOST': DB_HOST,
'PORT': DB_PORT, 'PORT': DB_PORT,
} }
} }
# Password validation # Password validation