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
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
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
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
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.
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.
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
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
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
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
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
11 matches
Mail list logo