开发者社区> 问答> 正文

部署Django报错

ProgrammingError at / relation "file_filetype" does not exist 我在部署django2.2项目到阿里云ECS上去,实例安装好了。然后按以下步骤进行: 1、安装虚拟环境:按教程已经成功。也建立了虚拟环境。 2、安装nginx:成功,可以看到初始页面; 3、安装postgresql10.11 for ubuntu18.04,按教程弄好了一切; 4、安装uwsgi:也能成功输出页面:Hello world. 5、上传项目文件到服务器后,就出了问题,我觉得问题可能是 migrations. 我的环境是:ubuntu18.04+nginx1.14+postgresql10+uwsgi2.18+python3.6.9+django2.2.9 异常如下:

ProgrammingError at /
relation "file_filetype" does not exist
LINE 1: ...id", "file_filetype"."file_type_chinesename" FROM "file_file...
^
Request Method: GET
Request URL:

Django Version: 2.2
Exception Type: ProgrammingError
Exception Value:

relation "file_filetype" does not exist
LINE 1: ...id", "file_filetype"."file_type_chinesename" FROM "file_file...
^
Exception Location: /home/tsfs/.virtualenvs/tsfswork/lib/python3.6/site-packages/django/db/backends/utils.py in _execute, line 84
Python Executable: /home/tsfs/.virtualenvs/tsfswork/bin/uwsgi
Python Version: 3.6.9
Python Path:

['.',
'',
'/home/tsfs/.virtualenvs/tsfswork/lib/python36.zip',
'/home/tsfs/.virtualenvs/tsfswork/lib/python3.6',
'/home/tsfs/.virtualenvs/tsfswork/lib/python3.6/lib-dynload',
'/usr/lib/python3.6',
'/home/tsfs/.virtualenvs/tsfswork/lib/python3.6/site-packages']
Server time: Sun, 23 Feb 2020 21:26:27 +0800

遇到了同样的问题,在CSDN看到了,希望阿里云团队能够给出正确、标准的答案~请查看

展开
收起
刘刚_ 2020-05-22 21:36:34 897 0
1 条回答
写回答
取消 提交回答
  • 你好,问题已转交阿里云Goc团队,敬请期待

    2020-05-22 22:57:02
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载