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'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'TEST':
{
'NAME': 'test'
}
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'poppins',
'USER': 'postgres',
'PASSWORD': 'postgres',
'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