Can I deploy (update) Single Python file to existing Google App Engine application?
deployment, google-app-engine, python
Solution
No, there isn't. If you change one file, you need to package and upload the whole application.
Problem
Is it possible to update single py file in existing GAE app.something like we update cron.yaml using, `appcfg.py update_cron` Is there any way to update .py file? Regrads.