Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x 如何在django的8000端口上运行localhost服务器_Python 3.x_Server_Django Forms_Localhost_Port - Fatal编程技术网

Python 3.x 如何在django的8000端口上运行localhost服务器

Python 3.x 如何在django的8000端口上运行localhost服务器,python-3.x,server,django-forms,localhost,port,Python 3.x,Server,Django Forms,Localhost,Port,在命令提示符中,我为在localhost:8000上运行的django表单编写了这篇文章 (env_site)E:\env_site\Scripts\firstproject\projectApp>python forms.py runserver 但是,端口8000上没有显示任何内容,尽管没有显示任何错误 这表明8000端口无法到达该站点

在命令提示符中,我为在localhost:8000上运行的django表单编写了这篇文章

(env_site)E:\env_site\Scripts\firstproject\projectApp>python forms.py runserver

但是,端口8000上没有显示任何内容,尽管没有显示任何错误

这表明8000端口无法到达该站点