Python manage.py runserver specify port and IP

Source: Internet
Author: User
Python manage.py runserver 0.0.0.0:8000

Run the program locally, python manager.py runserver open the http://127.0.0.1:5000 port view, press CTRL + C to exit the program.

At this point, the default only local access to the site, if you need other people can also access, you need to specify 0.0.0.0 this IP

We need to add the parameter:--host 0.0.0.0. When someone else accesses it, enter the IP address of the computer plus port 5000 to OK.

Python manager.py runserver--host 0.0.0.0--port 9008

-h host,--host host

-p Port,--port port

The default port is 5000

Python manage.py runserver specify port and IP

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.