初始页面: # coding:utf-8 __author__ = 'Administrator' from django.http import HttpResponse def index(request): html = ''' 论坛首页
Python部落论坛
运维专区
Django专区
部落建设
''' return HttpResponse(html)
在view.py中设置
注意:
# coding:utf-8 进行python和 html 分开,并进行设置,使用renderOS.path.join是比较重要的操作

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/220205/viewspace-2137639/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/220205/viewspace-2137639/
2182

被折叠的 条评论
为什么被折叠?



