Partial refactor of event checklist tests

This commit is contained in:
2021-02-14 19:00:23 +00:00
parent be5aa892f0
commit c02e2e6bbf
5 changed files with 87 additions and 91 deletions

View File

@@ -261,7 +261,7 @@ TEMPLATES = [
"django.template.context_processors.request",
"django.contrib.messages.context_processors.messages",
],
'debug': DEBUG
'debug': DEBUG or CI
},
},
]