From 08cb53db96fc9b101e6b094847a228508e601334 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sat, 1 Jan 2022 23:11:47 +0100 Subject: [PATCH] Add silencing of checks to example configuration --- conf/deploycfg.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/deploycfg.py b/conf/deploycfg.py index 46e1023..6411a5f 100644 --- a/conf/deploycfg.py +++ b/conf/deploycfg.py @@ -22,6 +22,10 @@ SERVER_EMAIL = ... STATIC_ROOT = ... STATIC_URL = ... +SILENCED_SYSTEM_CHECKS = [ + # Put any irrelevant checks hereā€¦ +] + # MEDIA_ROOT = ... # MEDIA_URL = ...