We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab95e5 commit c8c5874Copy full SHA for c8c5874
readthedocs/settings/dev.py
@@ -48,8 +48,6 @@ def DATABASES(self): # noqa
48
'test:8000',
49
)
50
51
- SILENCED_SYSTEM_CHECKS = ['fields.W342', 'guardian.W001']
52
-
53
@property
54
def LOGGING(self): # noqa - avoid pep8 N802
55
logging = super(CommunityDevSettings, self).LOGGING
0 commit comments