Closed danickfort closed 2 years ago
Shouldn't we also remove this in dev.py :
TEMPLATES[0]["OPTIONS"]["loaders"] = ( # noqa "django.template.loaders.filesystem.Loader", "django.template.loaders.app_directories.Loader", )
and this in base.py :
SILENCED_SYSTEM_CHECKS = [ # False positive: we don't need to set `APP_DIRS=True` in template config # because we already manually specify the "app_directories" loader. "debug_toolbar.W006", ]
?
@simonbru Done 👍
Shouldn't we also remove this in dev.py :
and this in base.py :
?