Fix name db

This commit is contained in:
Jesús 2020-09-11 21:16:31 -05:00
parent 4a6eedace1
commit 3fe7c48f58
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -71,7 +71,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'namebase',
'USER': 'username',
'PASSWORD': 'pass',