You can't use static files in your .py code. They are stored differently. This way you can't fetch the code that makes the application by geussing filenames.
Maybe a solution to people who don't make backups before the laptop crashes. Make a copy of your non static files in a static directory, protect it with a 'login: admin'. This way you can always download your lost code. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
