Browse Source

Corrigo nombre db

main
Celestino Rey 10 months ago
parent
commit
ef7085af81
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/reymota/settings.py

+ 1
- 1
src/reymota/settings.py View File

@ -84,7 +84,7 @@ WSGI_APPLICATION = 'reymota.wsgi.application'
DATABASES = { DATABASES = {
"default": { "default": {
"ENGINE": "django.db.backends.postgresql", "ENGINE": "django.db.backends.postgresql",
"NAME": "jugaralpadel",
"NAME": "reymota",
"USER": "creylopez", "USER": "creylopez",
"PASSWORD": "Dsa-0213", "PASSWORD": "Dsa-0213",
"HOST": "postgresql", "HOST": "postgresql",


Loading…
Cancel
Save