[Answer]-Managing static/images in Django with AppEngine

1👍

What did you set STATIC_ROOT to?

Generally though, using GAE’s static file handlers in app.yaml will give you better caching and probably lower cost than serving the images with django’s staticfiles.

Leave a comment