为了账号安全,请及时绑定邮箱和手机立即绑定

在创建了helloworld后 ,http://127.0.0.1:8000不能访问了

在创建了helloworld后   ,http://127.0.0.1:8000/helloworld可以访问 ,但为什么http://127.0.0.1:8000不能访问了 !

正在回答

6 回答

ubuntu系统下,运行一个django项目,即输入python manage.py runserver后,可能出现

Error: That port is already in use.的错误。

即端口号已经被占用,说明servr已经在运行了(也有可能在后台运行)

那么找到该进程,kill掉即可.

或者最简单的解决方法就是:

在终端输入

sudo fuser -k 8000/tcp

这样和端口8000相关的进程就都关了。


0 回复 有任何疑惑可以回复我~

Internal Server Error: /

Traceback (most recent call last):

  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner

    response = get_response(request)

  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response

    response = self.process_exception_by_middleware(e, request)

  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response

    response = wrapped_callback(request, *callback_args, **callback_kwargs)

  File "/Users/tederen/PycharmProjects/the_first_django/mysite/blog/views.py", line 6, in hello

    return HttpRequest("<html>hello world</html>")

TypeError: __init__() takes exactly 1 argument (2 given)

[27/Apr/2017 07:02:37] "GET / HTTP/1.1" 500 60519



为什么一直报500 访问不了  = =  

0 回复 有任何疑惑可以回复我~

view must be a callable or a list/tuple in the case of include().

0 回复 有任何疑惑可以回复我~

重启工程后admin可以访问,但是127.0.0.1:8000还是访问不了

0 回复 有任何疑惑可以回复我~
#1

weixin_慕容7184231

同问是为什么呀
2023-06-20 回复 有任何疑惑可以回复我~

我也出现了类似问题,

0 回复 有任何疑惑可以回复我~

你是不是动了urls.py

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
django初体验
  • 参与学习       52941    人
  • 解答问题       79    个

本教程主要讲解Django基础入门知识,不容错过的Django初体验

进入课程

在创建了helloworld后 ,http://127.0.0.1:8000不能访问了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信