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 8217f8f6ec - Show all commits

View File

@ -117,6 +117,9 @@ 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