[google-appengine] Duplicating static serving

2009-12-27 Thread MajorProgamming
I recently came across an issue where I solved the problem by taking
the same exact template file, and serving it static (in app.yaml)
instead of dynamically (through a python script). So I was wondering:
How can I serve files dynamically (e.g. templates), so that the result
is exactly the same as when serving dynamically?

Thanks for your help...

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




Re: [google-appengine] Duplicating static serving

2009-12-27 Thread Barry Hunter
Surely it depends on what your 'problem' was.

As long as you setting a MIME/Content type on the dynamic file, the
browser shouldnt know the difference.

If you can be more specifc, it would probably be alot easier for
someone to help you.

2009/12/27 MajorProgamming :
> I recently came across an issue where I solved the problem by taking
> the same exact template file, and serving it static (in app.yaml)
> instead of dynamically (through a python script). So I was wondering:
> How can I serve files dynamically (e.g. templates), so that the result
> is exactly the same as when serving dynamically?
>
> Thanks for your help...
>
> --
>
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.