From ef7085af81a2f91353d0fde3f284bca566ca292d Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 17 Jan 2025 14:14:00 +0100 Subject: [PATCH] Corrigo nombre db --- src/reymota/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reymota/settings.py b/src/reymota/settings.py index ac481b4..053346d 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -84,7 +84,7 @@ WSGI_APPLICATION = 'reymota.wsgi.application' DATABASES = { "default": { "ENGINE": "django.db.backends.postgresql", - "NAME": "jugaralpadel", + "NAME": "reymota", "USER": "creylopez", "PASSWORD": "Dsa-0213", "HOST": "postgresql",