[google-appengine] Re: files, directories & symlinks in root directory

2009-02-11 Thread Jason Dusek
Thank you. --~--~-~--~~~---~--~~ 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.com To unsubscribe from this group, send email to google-app

[google-appengine] Re: files, directories & symlinks in root directory

2009-02-11 Thread Jason Dusek
Aha, thank you for pointing out the relevant documentation. --~--~-~--~~~---~--~~ 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.com To unsub

[google-appengine] Re: files, directories & symlinks in root directory

2009-02-11 Thread Alexander Kojevnikov
On Feb 11, 3:08 pm, Jason Dusek wrote: > When I set up my Python program to just respond with a > directoy listing, it shows me this on my laptop: > > ['app.yaml', 'css', 'form.html', 'form.py', 'html', 'index.yaml', > 'js'] > > while when I deploy the app, I get: > > ['form.py', 'f

[google-appengine] Re: files, directories & symlinks in root directory

2009-02-10 Thread Guido van Rossum
See http://code.google.com/appengine/docs/python/tools/configuration.html#Static_File_Handlers "For efficiency, App Engine stores and serves static files separately from application files. Static files are not available in the application's file system. If you have data files that need to be rea