直接使用:python manage.py runserver 無法啟動server image.png 設(shè)置訪問端口:python manage.py runserver 0.0.0.0:8000 image.png 但是實際訪問的地址是: http://127.0.0.1:8000/ image.png