lifecycle: fix error in gunicorn config

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-09 01:07:50 +02:00
parent e1f7421c6a
commit 229468175a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ warnings.filterwarnings(
"ignore",
message=(
"'dbbackup' defines default_app_config = 'dbbackup.apps.DbbackupConfig'. Django now det"
"ects this configuration automatically. You can remove default_app_config.",
"ects this configuration automatically. You can remove default_app_config."
),
)
warnings.simplefilter("once")