I have a django application that was tested and working fine in our UAT environment which is a centos 7 server. When the time came to migrate the same to production, I copied the files to production server which is again a centos 7 server and applied the migrations.
When I am trying to access my application through localhost it doesn't show the index page. It just gives a generic error the site can't be reached.
I removed all the .pyc files and ran compileall but nothing worked.
Any clue how to run a already functioning django app in a new server?