Also, if you deploy them as static files in your application, GAE handles them differently and they will likely load faster for your users than from the Blobstore, somewhat like a CDN.
So Blobstore is better for user-generated and/or other dynamic/changing content.
Hope this helps,
-A
--
Adrian Scott, Ph.D.
CEO, Founder
CoderBuddy
http://www.coderbuddy.com/ <-- Create a Facebook or Google App Engine app in a minute without installing anything
If they are all static files not not supposed to be changed then deploy with your application.
You will have to write some extra migration scripts if you want to use Blobstore.
You received this message because you are subscribed to the Google Groups "Google App Engine" group.