You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# command
python3 Remote-CLI/manage.py runserver
# Output
Watching for file changes with StatReloader
System check identified no issues (0 silenced).
February 07, 2022 - 23:24:23
Django version 3.2.9, using settings 'djangoProject.settings'
Starting development server at [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
Quit the server with CONTROL-C.
Desired behavior: The IP address should be the same as your private IP rather than 127.0.0.1
# command
python3 Remote-CLI/manage.py runserver
# Output
Watching for file changes with StatReloader
System check identified no issues (0 silenced).
February 07, 2022 - 23:24:23
Django version 3.2.9, using settings 'djangoProject.settings'
Starting development server at [http://10.0.0.212:8000/](http://10.0.0.212:8000/)
Quit the server with CONTROL-C.
commit: ms-dev eb46cf6
Current Behavior:
Desired behavior: The IP address should be the same as your private IP rather than
127.0.0.1