We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b1a41 commit bf0aec8Copy full SHA for bf0aec8
1 file changed
ietf/settings.py
@@ -499,6 +499,7 @@ def skip_unreadable_post(record):
499
".*", # dot-files
500
"*~", # tilde temp-files
501
"#*", # files beginning with a hashmark
502
+ "500.html" # isn't loaded by regular loader, but checked by test_500_page()
503
]
504
505
TEST_COVERAGE_MASTER_FILE = os.path.join(BASE_DIR, "../release-coverage.json.gz")
0 commit comments