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",