Search code examples
djangopython-3.xserverweb-deploymentip-address

How to deploy django Project on Live server?


This is my first time when I am deploying my site on the live server(my company server). I have built small django project which I want to deploy on my company server. can anyone tell me how to do it because when I have tried the 'python manage.py runsever ipaddressofservermachine, it is working on server machine but it is not working in other laptops. i thought it should have worked but it did not.

thanks


Solution

  • Problem has been resolved as Port which I was using of server machine was not available for use.Thanks for help.