What are steps necessary to deploy django application to make it live using apache server?

I am trying to make my locally build django app to live server in Digital Ocean using public IP. My VM is debian based. I am placing my code in /var/www/. When i run the server I viewed only the file as following.

enter image description here

I couldn't edit properly for wsgi setup in apache2>(application.conf).

enter image description here

Back to Top