Closed bittner closed 3 years ago
The test_project settings still have a TEMPLATE_DEBUG value. This is deprecated since Django 1.8 and should be replaced by the 'debug' option in the OPTIONS of a DjangoTemplates backend.
TEMPLATE_DEBUG
'debug'
OPTIONS
DjangoTemplates
Has this been left in the test project on purpose, or should we remove it?
Yes, it should be removed probably. Maybe the whole settings should be compared/synced with Django 2.1 or something similar then.
Relates to: #166, #184
The test_project settings still have a
TEMPLATE_DEBUG
value. This is deprecated since Django 1.8 and should be replaced by the'debug'
option in theOPTIONS
of aDjangoTemplates
backend.Has this been left in the test project on purpose, or should we remove it?