👌 Refine code review changes
This commit is contained in:
parent
f7ecb88659
commit
919ca52ca1
@ -134,10 +134,6 @@ if 'DATABASE_URL' in os.environ:
|
|||||||
})
|
})
|
||||||
if url.scheme == 'postgres':
|
if url.scheme == 'postgres':
|
||||||
DATABASES['default']['ENGINE'] = 'django.db.backends.postgresql_psycopg2'
|
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
|
# Password validation
|
||||||
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators
|
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators
|
||||||
|
Loading…
Reference in New Issue
Block a user