Hi,

If this is not the case, could you provide the full error and the code that
causes it.

-Marzia

On Tue, Feb 10, 2009 at 3:13 AM, dbikard <[email protected]> wrote:

>
> Thx for the tip, but it's not the case. What I don't get is why does
> it work on the dev_appserver and not once uploaded?
>
> Here is my app.yaml
>
> application: wetlabmanager
> version: 1
> runtime: python
> api_version: 1
>
> handlers:
> - url: /static
>  static_dir: static
>
> - url: /.*
>  script: main.py
>
> My index.html and my BaseTemp are both on the root folder...
>
> Any idea what happens? Thx a lot.
>
> On 9 fév, 18:34, Marzia Niccolai <[email protected]> wrote:
> > Hi,
> >
> > Without more information as to where your files are located, it's
> > difficult to diagnose, but the issue may be that you have
> > baseTemp.html in a directory you have specified as static in your
> > app.yaml.
> >
> > -Marzia
> >
> > On Mon, Feb 9, 2009 at 2:22 AM, dbikard <[email protected]> wrote:
> >
> > > Hi,
> >
> > > I'm having a problem withtemplateextension. My app works perfectly
> > > fine on the dev_appserver but once uploaded with appcfg, I get the
> > > error:Template'baseTemp.html' cannot be extended, because it doesn't
> > > exist.
> >
> > > Here my index page extends the baseTemp.htmltemplate.
> >
> > > Does anyone knows what the problem is? Thx a lot,
> > > David
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to