Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. web.py

i18n Python Web Application by gettext and Jinja2

January 17, 2016

i18n (Internationalization) Python web applications by GNU gettext tools and Jinja2. Use PO and MO files generated by gettext in Python web application to render HTML of specific languages by Jinja2 template engine.

 read more »

Internationalization (i18n) of Web Application by GNU gettext Tools

January 07, 2016

Support multiple languages in your (web) applications, by GNU gettext tools, which include xgettext, msginit, msgmerge, and msgfmt.

 read more »

[web.py] Multiple Application with Same Context

March 09, 2015

Multiple web.py applications with the same context (web.ctx)

 read more »

[web.py] Web Application on Both Google App Engine and Apache

March 04, 2015 (Updated: March 05, 2015)

Web application (web.py framework) template runs on both Google App Engine Python and Apache with mod_wsgi.

 read more »
Powered by Github Pages, Pelican, pyScss.