I have just installed django with python 2.7. After creating intitial project it says to check at
http://127.0.0.1:8000/
But that is my VPS server and i can't open browser there.
i tried http://vpsIPaddress:8000
but it didn't worked
You can start your server with following command:
python manage.py runserver 0.0.0.0:12345
Then, the dev server will bind all the possible ip address on your server which is a convenient way for test :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With