[Fab-user] Template not found using upload_template

2010-01-11 Thread Matías Iturburu
Hi list: Being a noob with fabric as I am I've found a rather confusing behaviour. Hope some of you can enlighten me . If I run : ... upload_template(conf/django-wsgi-template.txt, 'django.wsgi', context, use_jinja=True) It

Re: [Fab-user] Template not found using upload_template

2010-01-11 Thread Jeff Forcier
Hi Matias, I think the confusion stems from the fact that upload_template behaves much like your average Web framework's template loader library[1] -- template locations are specified in two parts, the template directory, and then a (always relative *to* that template directory!) short path to