1👍
✅
You can install nginx and gunicorn.
I followed this link for setting up the server for nginx, gunicorn and django combo.
create the django application server using gunicorn. point the sock file and static files to nginx. There is a clear step by step procedure etched out in the link. Please let me know if you have any queries beyond this point.
Source:stackexchange.com