Skip to content
Snippets Groups Projects
Commit a7c4f2c9 authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Tarea #17226 - Cambio de BD

parent 71c2bd01
No related branches found
No related tags found
No related merge requests found
...@@ -91,12 +91,12 @@ WSGI_APPLICATION = 'Poppins.wsgi.application' ...@@ -91,12 +91,12 @@ WSGI_APPLICATION = 'Poppins.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), 'NAME': 'poppins',
'TEST': 'USER': 'postgres',
{ 'PASSWORD': 'postgres',
'NAME': 'test' 'HOST': 'localhost',
} 'PORT': '5432',
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment