hi all,
before I put use_library('django', '1.1') in my main.py may template
is working fine. I have a handler that calls a template with
app_root_directory/templates/admin/index.html which has a extends tags
look like this {% extends "../base.html" %} which is in the
app_root_directory/templates/base.html. But after the put the
use_library('django', '1.1') an error occur saying "../base.html"
doesn't exist.
Is there something I should be aware when using use_library('django',
'1.1')?
thanks,
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.