echevemaster / fedora-college

Fedora College's website
Other
13 stars 10 forks source link

Cache for templates and views #14

Open yograterol opened 10 years ago

yograterol commented 10 years ago

A good idea from now, is add cache to important views and templates.

We can use this extension: http://pythonhosted.org/Flask-Cache/

hammadhaleem commented 10 years ago

I think this can be easily added after development is complete. Adding Caching during the development can create a lots of confusion in the css/html desing.

yograterol commented 10 years ago

The cache implementation can be deactivate or activate in config file.

echevemaster commented 10 years ago

Just put it in ProductionConfig in core.py. Anyways you can do it in the next milestone.

@yograterol show your pythonista powers and put it on the config file. Please :) we want pull requests :)