Tagged Questions
0
votes
1answer
215 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('mafbase.tmpl', ...