I'm working on a project which is a django backend application , the application at some point relies on the file system to read and write videos and also load tensorflow models. Is it possible to use google app engine to run my django app or do I need to rent a VM ?
Thanks