Deploying Django + xlwings library
I'm trying to deploy a Django app which uses the xlwings dependency (windows only) on a server. Tried on Linux, but it does not support xlwings. So, now looking out for an easy way to set up the Deployment with Windows instead.
Until now, I've really only been using PaaS offerings for deployment which did the work for me. Would appreciate it if somebody could describe the general approach (preferably on Azure) for making such a deployment as easy as possible.
I've tried looking around various threads and google, but I fear this is not a common requirement.
Thank you!