Desinerd : Dipankar's Blog

Multiple views using bottle.py

Published: in Personal, , , , , , , , , , by . Leave a Comment on Multiple views using bottle.py.

I have been using the micro-framework called bottle.py, and starting to write fairly complicated applications on top of it. So I have been able to put together a relatively clean structure based that serves my maintainability issues This setup uses redis, memcached, and mako as the templating language. Lets assume the application name is project. […]