0
votes
1answer
72 views
How do we setup Cheetah so it runs with all templates in the templates directory and all code in the .. directory
How do we setup Cheetah so it runs with all templates in the templates directory and all code in the .. directory
in code.py
production=True
if not production:
try:web.render …
0
votes
2answers
43 views
generating javascript string in python
i have string stored in python variables, and i am outputting a html that contains javascript, and the i need to create javascript variables.
for ex, in python
title = "What's yo …
0
votes
1answer
212 views
Using Cheetah Templating system with windows and python 2.6.1 (namemapper problem)
So I am trying to use the Cheetah templating engine in conjunction with the Django web framework, and that is actually working fine. I did some simple tests with that and I was ab …
-2
votes
5answers
143 views
Is Python only for building backends when you need to write SQL by hand?
I am completing my first database project which aims to build a simple discussion site.
The answers which I got at Superuser suggests me that Python is difficult to use in buildin …
