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",
|
"ignore",
|
||||||
message=(
|
message=(
|
||||||
"'dbbackup' defines default_app_config = 'dbbackup.apps.DbbackupConfig'. Django now det"
|
"'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")
|
warnings.simplefilter("once")
|
||||||
|
|
Reference in New Issue