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 On Tue, Nov 29, 2011 at 7:56 AM, Max <[email protected]> wrote: > 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. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/7Ixo4tgAbpkJ. > > 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. > -- 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.
