No TEMPLATES in test settings
th0th opened this issue · 1 comments
th0th commented
I've noticed the deprecation warning while running tests:
RemovedInDjango110Warning: You haven't defined a TEMPLATES setting. You must do so before upgrading to Django 1.10. Otherwise Django will be unable to load templates.
"unable to load templates.", RemovedInDjango110Warning)
This shouldn't be an issue since tests don't have any template related stuff, right?
lazybird commented
Thanks for raising this. I have added a setting in tests to avoid having this warning.