Hacker News new | ask | show | jobs
by dorfsmay 4538 days ago
ORM and templates:

I personally dislike framework forcing their ORM and templates engines, I prefer when they let me pick the ones I want. Trying to use Django was extremely weird for that reason. bottle does this kind of integration really well.

Can Pecan do https (my biggest issue with most "lean" framework)?

How much lighter / simpler is it compared to cherrypy then?