Adding placeholder text in the presentation proposal form #1

Closed
Jason van Gumster wants to merge 16 commits from (deleted):proposal_placeholders into staging

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit d41962b1a3 - Show all commits

View File

@ -1,6 +1,7 @@
from typing import List from typing import List
import os import os
import pathlib import pathlib
import dj_database_url
from sentry_sdk.integrations.django import DjangoIntegration from sentry_sdk.integrations.django import DjangoIntegration
import sentry_sdk 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 # 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