liip / django-template

Project template for Django projects
MIT License
17 stars 14 forks source link

Fix false-positive warning from debug toolbar #111

Closed simonbru closed 2 years ago

simonbru commented 2 years ago

We don't need to set APP_DIRS=True in template config because we already manually specify the "app_directories" loader.

danickfort commented 2 years ago

LGTM 👍