I am doing my course project, and I am the only one choose GAE. Now, I just don’t know how to satisfy a requirement in this course project.
My app is a homework submittal system allows students upload their homework. I can implement almost everything using GAE. But, you know, what students uploaded is web app too, and requirement says my app should allow users upload their app, and my app can deploy their apps and give the teacher URLs to check.
I really don’t know how to implement this. Can anyone explain how can this happen?
And if there is a way to do this. what kind of file should a user upload, war?
BTW. assuming the users upload a google appEngine app written in Python.
Thank you!
It’s technically possible, but the App Engine Terms of Service prohibit applications that upload other applications.