makoloader.py
3.33 KB
-
Remove default django template loaders. · 434f1965
Mako filesystem/app_directories loaders already wrap default django template loaders. Mako loaders delegate the `load_template_source` method to the base loader that they wrap, so there's no reason to explicitly include the two django loaders in the settings.
Matjaz Gregoric committed