摘要: 问题:假设已有一个数据库,现要用Django项目,对该数据库进行连接,进行ORM操作 条件: 1. 数据库(PGsql): database:industrial_map_db table: industrial_map.company 就两条数据,意思意思~ 2. Django项目 想把刚刚的表映 阅读全文
posted @ 2021-10-12 17:28 Lemon_guess 阅读(136) 评论(0) 推荐(0)
摘要: wgsi.py: """ WSGI config for rqapiv2 project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on t 阅读全文
posted @ 2021-10-12 15:00 Lemon_guess 阅读(212) 评论(0) 推荐(0)