Multiple Django 2 installation for different domains using fresh virtualenv on panel

Hello,
I saw on panel wordpress etc. installation was possible.
But how will I install different django installations for domains.
I want to use a new virtualenv and python3, django2 on domains.
Active installation is Django 1.11 on gunicorn.
How will I add my new Django 2 app to gunicorn and litespeed web server?

You need to reverse proxy to your gunicorn backend, more details at litespeed_wiki:other-ext-apps:django-web-framework-with-gunicornn [LiteSpeed Wiki]

Thanks for fast response, how will I access Litespeed Webadmin panel to add my application?