[google-appengine] Templates and filters

2011-06-20 Thread walter
Hello everyone! I have upgraded templates from django 0.96 to django 1.2. Accordingly I want to use filters "markdown" or "textile" in my work. Is there any possibility for this? I don't use django-helper or something another one, only App Engine. -- You received this message because you are sub

Re: [google-appengine] Templates in subfolders

2010-03-16 Thread djidjadji
What is the value of 'path' after the os.path.join()? 2010/3/15 Kenchu : > Displaying a template that resides in the main folder together with > the script works just fine, but as soon as I try to display one in a > subfolder, I get an error: > > TemplateDoesNotExist: index.htm > > It's weird that

[google-appengine] Templates in subfolders

2010-03-15 Thread Kenchu
Displaying a template that resides in the main folder together with the script works just fine, but as soon as I try to display one in a subfolder, I get an error: TemplateDoesNotExist: index.htm It's weird that it doesn't display the full path. This is the code I use: path = os.path.join(os.pa

[google-appengine] Templates not updated on versions other than default

2010-01-12 Thread Guri
Hi, It happened that uploading a version other than default on app engine, somehow html changes in templates are not reflected after upload. As soon as I make the new version Default those changes appears. Is it a bug or I am missing something ? Thanks, Guri -- You received this message be

Re: [google-appengine] templates, Django is just different syntax code in HTML

2010-01-02 Thread Robert Kluin
You could have your designer write little templates for each "thing" you would like to display. If they are named in some "standard" way your developers will know how to call the templates as needed. That sounds pretty close to what you are asking for. Not sure it sounds like a good idea though.

[google-appengine] templates, Django is just different syntax code in HTML

2010-01-02 Thread Kelly A
I have this problem with most templating systems, they talk about separating code from HTML but then they define all these programming constructs like if, while, for, etc.. For instance given the example from the getting started guide: {% for greeting in greetings %} {% if greeting.

[google-appengine] Templates file structure

2009-09-08 Thread macgillivary
Can I have a templates folder setup like: /base.html /admin/base_admin.html (which extends ../base.html) /admin/payroll/base_payroll.html (which extends ../base_admin) /admin/payroll/payperiod/form.html (which extends ../base_payroll) I've attempted to set it up like this, but seem to be gettin

[google-appengine] templates and CPU time

2009-06-29 Thread DaNieL
Does it comsume CPU time when my apps uses a lots complicated templates? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.c

[google-appengine] Templates...

2009-04-15 Thread Aaron
Hi, I am using django . I am trying to use a If statement with an or. what I am trying to do is make a if statement like if the website title is this or that then do this. so It's like IF title = "home" or "request" do this{ } when I tried that I got a error wrong block or somethin

[google-appengine] Templates stop rendering correctly after a while on deployment environment - help!

2008-10-14 Thread Aral
Please see: http://www.headconference.com/speakers/ann-mcmeekin/ If I re-deploy, it starts displaying correctly -- for a while -- before reverting to displaying the tags. Flushing the cash doesn't fix it, only redeploying. Help! Aral --~--~-~--~~~---~--~~ You re

[google-appengine] templates - offline yes, online no

2008-09-25 Thread acm
Hi readers, I am having a probleme with my templates and the place they stay in. Locally (dev_appserver) it works without any problems, but after I uploaded my project to appengine (appcfg update) and visiting http://goroutes.appspot.com the exception "TemplateDoesNotExist: Home.de.html" is raise