Linux-Basic-Troubleshooting

Hi sir,

python3 manage.py runserver 0.0.0.0:8000 after running it’s not working. What can I do now? please find the attached file and help me to complete the task.

Please make sure that you have edited both the host name and the port number as shown below
Then run those commands
$ vi /opt/caleston-code/mercuryProject/mercury/settings.py

$ sudo chown -R mercury /opt/caleston-code
$ cd /opt/caleston-code/mercuryProject
$ python3 manage.py runserver 0.0.0.0:8000
And it will work fine, if it still exists can you please share your steps

Hello sir,

Thank you so much. Now it’s working .

Great!
You’re welcome