I am running a web application on server. I did all the setups using Django & apache2. When I am running my application with the IP:PORT (x.x.x.x:9000)
it works fine.
I tried to run the app with server ip & port
, it works fine.
But I just want to run my application on IP only. May be I am wrong because i am newbie to django. If possible can some one give some ideas.