Skip to content

Commit

Permalink
Merge pull request #3469 from rtfd/humitos/settings/template-loaders
Browse files Browse the repository at this point in the history
Remove TEMPLATE_LOADERS since it's the default
  • Loading branch information
humitos committed Jan 4, 2018
2 parents 899dda7 + 1da83a7 commit 97e2c26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions readthedocs/settings/base.py
Expand Up @@ -122,11 +122,6 @@ def INSTALLED_APPS(self): # noqa
def USE_PROMOS(self): # noqa
return 'readthedocsext.donate' in self.INSTALLED_APPS

TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
)

MIDDLEWARE_CLASSES = (
'readthedocs.core.middleware.ProxyMiddleware',
'readthedocs.core.middleware.FooterNoSessionMiddleware',
Expand Down

0 comments on commit 97e2c26

Please sign in to comment.