Adding placeholder text in the presentation proposal form #1
@ -1,6 +1,7 @@
|
||||
from typing import List
|
||||
import os
|
||||
import pathlib
|
||||
import dj_database_url
|
||||
|
||||
from sentry_sdk.integrations.django import DjangoIntegration
|
||||
import sentry_sdk
|
||||
@ -117,9 +118,6 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
db_from_env = dj_database_url.config(conn_max_age=600)
|
||||
DATABASES['default'].update(db_from_env)
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user