Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Set the default IP to be local IP rather than 127.0.0.1 #1

Description

@oshadmon

commit: ms-dev eb46cf6
Current Behavior:

# 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions