web显示不了html界面
麻烦大佬看看看看是 tengke 发表于 2023-2-23 15:53
看一下 settings.py 设置 template 那里 报错看不懂? 你的index.html 放在哪里咯? 你没有在 settings.py 设置模板的路径 %5Bimg%5Dhttps://xxx.ilovefishc.com/album/202302/23/155100jvj5fopzi6fwlu2n.png 把项目打包上传看看吧 isdkz 发表于 2023-2-23 18:58
看一下 settings.py 设置 template 那里
https://xxx.ilovefishc.com/album/202302/24/154822a1yasznymqceagc8.png TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS':
,
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
# 'django.apps.AppConfig'
我的问题 settings文件写了个这个东西 写错了
页:
[1]