👌 Code review changes

commented out mysql logic and refine GUIDE.md
This commit is contained in:
Thomas Letsch Groch
2020-06-02 20:34:02 -03:00
parent 1a0dcf7579
commit f7ecb88659
2 changed files with 5 additions and 5 deletions

View File

@@ -134,9 +134,9 @@ if 'DATABASE_URL' in os.environ:
})
if url.scheme == 'postgres':
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2'
if url.scheme == 'mysql':
DATABASES['default']['ENGINE'] = 'django.db.backends.mysql'
# DEADCODE: mysql not supported for now
# if url.scheme == 'mysql':
# DATABASES['default']['ENGINE'] = 'django.db.backends.mysql'
# Password validation