Виртуальная машина Azure (Ubuntu) как развернуть несколько веб-сайтов Python
Я новичок в мире Python / Azure VM.
- I have created Python/Django website using PyCharm IDE.
- Created Azure VM with Python/Django installed
- on Azure VM , I can run : Python manage.py runserver and i can access it using Azure URL from externally.
Вопрос:
- to run/deploy a python website on VM, do we have to run Python manage.py command or there is any other way ?
- in case I have to deploy multiple websites what i should do ?
- and python manage.py session also gets expired pretty soon and site is not accessible anymore , how to keep it running ?
Приветствует Шакил
после некоторых исследований я нашел решение, ответ на мой собственный вопрос - для моих требований я могу использовать NGINX и GUNICORN :)