[Answered ]-Can you use this method to load staic file using django on google-app-engine

2👍

AFAIR you need to define handling of static files in app.yaml on Google app engine. The django.views.static.serve works only in standalone web server in Django.

Leave a comment