Python: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
(Created page with " ==Templates== * [http://jinja.pocoo.org/ Jinja2] - is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution envi...")
 
Zeile 4: Zeile 4:
  
 
==Django==
 
==Django==
See [Django].
+
See [[Django]].
  
 
[[Category: Software]]
 
[[Category: Software]]

Version vom 12. Juli 2013, 10:01 Uhr

Templates

  • Jinja2 - is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.

Django

See Django.