From 919ca52ca1d491557cd95a705844d082aa233a4f Mon Sep 17 00:00:00 2001 From: Thomas Letsch Groch Date: Sat, 6 Jun 2020 06:02:33 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Refine=20code=20review=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shynet/shynet/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/shynet/shynet/settings.py b/shynet/shynet/settings.py index dec9c81..92fe6f0 100644 --- a/shynet/shynet/settings.py +++ b/shynet/shynet/settings.py @@ -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