Pages
Blogroll
Tags
adwords agile automation build c++ debian django eclipse git hibernate hosting iptv j2ee java javascript lighttpd linux logs mail misc monitor network openvz oracle orm perforce performance python qt quality reliability review s-u scripts security sh sql svn testing trac vcs vps web web2py websphereSearch
Recent Comments
- Andreas Hartmetz on OpenEmbedded ccache integration
- Andreas Hartmetz on OpenEmbedded ccache integration
Archives
Languages
Tag Archives: web2py
Web2py Lighttpd Deployment
Web2py is "full stack" Python Web Framework, Lighttpd is fast, multi-threaded HTTP server. I'll present a method to connect web2py-based application under lighttpd. I assume the following setup is already done: A domain named "myapp.com" is configured to point to … Continue reading
Static verificaiton tool for web2py templates
Web2Py is a full-stack Python web framework that can be compared to Django, but is easier to learn due to convention-over-explicit-statement preference. In this article I'll check how static verification techniques developed by me for many different environments (JSP, Django … Continue reading
Python Web Framework Selection
I've been using many different Python Web Frameworks so far: WebStack + mysqldb + custom template framework (long-term ERP project for small company) Django (online shop) CherryPy + Cheetah (online PDF design) Zope (financial) WebStack + SimpleTAL (online PDF design) … Continue reading