Skip to content

Commit 526e781

Browse files
committed
stfu, django
1 parent 1b41c9b commit 526e781

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example_project/settings.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ def project_dir(*paths):
7171
)
7272

7373
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
74+
75+
76+
# STFU, Django 1.7
77+
SILENCED_SYSTEM_CHECKS = [
78+
'1_7.W001',
79+
]

0 commit comments

Comments
 (0)