tengke 发表于 2023-2-23 11:45:24

web显示不了html界面




麻烦大佬看看看看是

isdkz 发表于 2023-2-23 11:45:25

tengke 发表于 2023-2-23 15:53


看一下 settings.py 设置 template 那里

阿奇_o 发表于 2023-2-23 11:53:32

报错看不懂? 你的index.html 放在哪里咯?

isdkz 发表于 2023-2-23 11:56:02

你没有在 settings.py 设置模板的路径

tengke 发表于 2023-2-23 15:53:53

%5Bimg%5Dhttps://xxx.ilovefishc.com/album/202302/23/155100jvj5fopzi6fwlu2n.png

洋洋痒 发表于 2023-2-23 16:42:03

把项目打包上传看看吧

tengke 发表于 2023-2-24 15:49:33

isdkz 发表于 2023-2-23 18:58
看一下 settings.py 设置 template 那里

https://xxx.ilovefishc.com/album/202302/24/154822a1yasznymqceagc8.png

tengke 发表于 2023-2-24 17:33:23

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]
查看完整版本: web显示不了html界面