👌 Refine code review changes

This commit is contained in:
Thomas Letsch Groch 2020-06-06 06:02:33 -03:00
parent f7ecb88659
commit 919ca52ca1
No known key found for this signature in database
GPG Key ID: B95BD2A35F4D586F

View File

@ -134,10 +134,6 @@ if 'DATABASE_URL' in os.environ:
})
if url.scheme == 'postgres':
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2'
# DEADCODE: mysql not supported for now
# if url.scheme == 'mysql':
# DATABASES['default']['ENGINE'] = 'django.db.backends.mysql'
# Password validation
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators