+ 1
My server disconnects. How can i keep it connected ? It's python server framework django. Thanks you
Keep connected server python framework django https://code.sololearn.com/Wa9v9x0nisRx/?ref=app
1 Respuesta
+ 1
Have you considered running a server in a virtual environment and use python manage.py runserver and you might have to change the ip address form local host if the address is used for running other applications I hope it helps