见代码
分类 "django" 下的文章
1、直接返回
return HttpResponse('something write here')
2、强制跳转
return redirect('http://www.baidu.com')
3、返回相应的模板页面
return render(request, 'something.html', {})
python -m venv ll_env
ll_env\scripte\activate
1、默认模板位置在每个app下的templates文件夹,
可以在在项目设置文件setting.py中 进行修改 在 TEMPLATES -- DIRS 修改