Yes! While you are right that this is not explicitly mentioned in the docs, it is certainly something that is supported.
You could have a PHP Module (with multiple versions) for one part of your app and a separate Python Module (with its own versions) for another part of your app. An example of how to do this would be to have your 'app.yaml' for PHP and then a new 'python-api.yaml' with 'module: python-api', 'runtime: python27' and its list of handlers for the Python Module. On Thursday, July 18, 2013 7:14:54 AM UTC-7, Jay wrote: > > Quick question. I haven't found this explicitly in the documentation. Does > the Modules feature/structure allow for mixing more than one language > runtime in the same app? For example, can I have Python and PHP modules in > the same app? > > On Wednesday, July 17, 2013 1:55:09 PM UTC-5, Richmond Manzana wrote: >> >> Hi Everyone, >> >> We're happy to announce that we have released the 1.8.2 SDK and are very >> excited to bring you some new preview features, Dedicated Memcache, Git >> Support, and Modules! >> >> For more details, please read our blog post and release notes. >> >> >> http://googlecloudplatform.blogspot.com/2013/07/google-app-engine-182-released.html >> >> Release notes for Python/PHP: >> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes >> >> Release notes for Java: >> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes >> >> Release notes for Go: >> https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes >> >> Cheers! >> >> Richmond Manzana >> Technical Program Manager >> Google App Engine >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
