摘要: 1.用pycharm 创建Django 项目 hello_django 2.新建views.py 文件 写入 方法 def index_view(request): return HttpResponse('hello world') 3.在 urls 中 加入 path('hello/', vie 阅读全文
posted @ 2020-03-08 21:27 AngDH 阅读(127) 评论(0) 推荐(0) 编辑