Search code examples
djangogoogle-app-enginedjango-nonreldjango-mediagenerator

Is it still possible to use django-mediagenerator on Google App Engine


I've been working on a existing project at a new company and one of the problems we're running into is Javascript code duplication. We're working in Google App Engine, and I have heard of the Django media generator asset manager which seems like it could solve some of our problems. However, after reading through the docs on that page and pages like this one on running Django in Google App Engine, I'm not sure if it is even possible to run django-mediagenerator on Google App engine.

Is it still possible to use django-mediagenerator on Google App Engine? Has the project gone stale? Is there some other media generator that I should be using in app engine?

Any help would be appreciated. Thanks :)


Solution

  • Django-mediagenerator is developed with app-engine in mind, as you can see in this blog post.

    So : yes you can go with it ;-)