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