06 2021 档案

摘要:一、setting.py 设置内容 STATIC_URL = '/static/' STATIC_ROOT = os.path.join(BASE_DIR, 'static') STATICFILES_DIRS = [ os.path.join(BASE_DIR,'static'), os.path 阅读全文
posted @ 2021-06-15 13:31 梅梅不想踩坑 阅读(168) 评论(0) 推荐(0)
摘要:一、问题描述及解决方案 配置了uswgi.ini文件之后启动项目,项目启动没有报错,但是访问的时候一直是:Internet server error,看启动日志提示: *** no app loaded. going in full dynamic mode *** no python applic 阅读全文
posted @ 2021-06-10 13:18 梅梅不想踩坑 阅读(4280) 评论(0) 推荐(0)