I'd like to support Windows (`gunicorn` doesn't work there), but I don't have any experience running Django on it. How are folks deploying Django projects to Windows? Is [`waitress`](https://pypi.org/project/waitress/) the app server of choice or something else?
I'd like to support Windows (
gunicorndoesn't work there), but I don't have any experience running Django on it.How are folks deploying Django projects to Windows? Is
waitressthe app server of choice or something else?