lifecycle: fix error in gunicorn config
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e1f7421c6a
commit
229468175a
|
@ -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")
|
||||
|
|
Reference in New Issue