Fix template loaders for django 1.11
authorMagnus Hagander <magnus@hagander.net>
Sun, 25 Mar 2018 14:52:47 +0000 (16:52 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 25 Mar 2018 14:52:47 +0000 (16:52 +0200)
commit4d159ca8b4efb0b1cf0893bca63d6e9489a9095f
tree106efaabccec9c401acff7fb997d6b1d0cae1393
parent8859718bfed0cba97529ba39e4a214fe922ab67f
Fix template loaders for django 1.11

Seems django 1.11 automatically enables caching template loader, which
of course breaks the ability to make any changes to the pages of a
website without restarting it. And there is no way to turn it off other
than to explicitly configure individual loders (the logic to turn it on
in non-debug configurations is hardcoded and cannot be changed).
django/archives/mailarchives/api.py
django/archives/mailarchives/models.py
django/archives/settings.py
loader/sql/schema.sql