If you define this, it works the same. - url: /img static_dir: img but it won't: - url: /img static_dir: static/img
So check your path first. And if you use template, it's not necessary to make your template html files as static files. Static files means visitors can visit it by a url, but templates just need a physical path. 2009/4/17 Akwesi <[email protected]> > > Hi, > > My app runs fine on my testing server, but when I upload it, my images > as well as HTML files that I've added using the Django {% include > <file.html> %} command don't appear. The files and images are in a > static directory. The problem is not with the static directory because > I have a CSS file there which is loaded just fine. Any help is > appreciated. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
