evewspace / eve-wspace

Wormhole mapping and corporation management for Eve Online.
Apache License 2.0
86 stars 51 forks source link

Use template caching if debug mode is off #237

Closed raphendyr closed 7 years ago

raphendyr commented 8 years ago

This is a bit of a hack on top of a hack. Idea is that if local_settings has DEBUG=False, this will add caching to template loader chain.

I'm not totally sure if this actually works as expected as I don't know how to validate. It should though :)

So review / test from someone else is welcome.