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 = ...