Browse Source

Cambio ruta a la base de datos

main
Celestino Rey 11 months ago
parent
commit
fb34aaf1d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mysite/settings.py

+ 1
- 1
mysite/settings.py View File

@ -79,7 +79,7 @@ WSGI_APPLICATION = 'mysite.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
'NAME': BASE_DIR / 'datos/db.sqlite3',
} }
} }


Loading…
Cancel
Save