码迷,mamicode.com
首页 > 其他好文 > 详细

3.写一个hello world页面

时间:2017-03-04 13:10:26      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:文件   url   images   app   页面   http   ges   hello   技术   

经过1和2的学习,现在已经可以正常启动Django了,这一节说怎么写一个hello world页面,所有的环境基础就是1和2中搭建的

 

1.在app模块中添加页面

  具体为 hello_django\hello\views.py 中添加如下代码:

  技术分享

2.在setting文件中加入对hello这个app的管理  

  具体为 hello_django\hello_django\settings.py 中修改如下代码:

  技术分享

3.在urls文件中加入对这个页面的映射关系

  具体为 \hello_django\hello_django\urls.py 中修改如下:

  技术分享

4. 启动访问 http://localhost:8000/hello/

  技术分享

 

3.写一个hello world页面

标签:文件   url   images   app   页面   http   ges   hello   技术   

原文地址:http://www.cnblogs.com/413xiaol/p/6500941.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!