-
Recent Posts
Archives
Categories
Tags
adminer alter table andromeda apgdiff autodoc bottle cherrypy concurrency control constraints create table database tools dbdeploy diva django emacs flask git jinja liquibase mako pagila pesto pgfoundry php post facto postgresql psycopg pyramid python pyyaml sqlalchemy test driven development testing tox ttm twisted unittest user interfaces version control versioning web.py web2py webob werkzeug windowsBlogroll
Meta
Tag Archives: mako
A Funny Thing Happened on the Way to the Webserver
Some years ago, I was looking for forum software, preferably written in Python, so I found Pocoo’s original bulletin board project. Since then, I’ve kept an eye on the Pocoo team, experimenting early on with Werkzeug, and using Pygments (indirectly) … Continue reading
Posted in Python, User interfaces
Tagged flask, jinja, mako, python, template languages, user interfaces
11 Comments
Templating for Web Database Interfaces
If you count the number of lines in the HTML files of the (corrected) v0.2 of the minimalist WSGI database interface I presented earlier, you’ll find 228 non-blank lines. However, there are only 91 unique lines. In other words, there … Continue reading
Posted in Python, User interfaces
Tagged dry principle, html forms, html input elements, mako, python, user interfaces
4 Comments
A Minimalist WSGI Database User Interface
In a previous post, I presented a minimalist command line database user interface. Subsequently, I separated the business logic into its own module and presented an outline design for a web interface. Today I’ll go over a minimalist WSGI database … Continue reading
Posted in PostgreSQL, Python, User interfaces
Tagged cherrypy, mako, postgresql, python, user interfaces
7 Comments