码迷,mamicode.com
首页 > 系统相关 > 详细

django shell 操作

时间:2018-05-29 11:01:34      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:django   struct   bsp   pip   执行sql   extension   自动   ocs   html   

插件:django-extensions

django-extensions==1.9.8

pip3 install  django-extensions

1.数据库shell 命令(项目目录下)

  python3 manage.py dbshell

  执行sql语句

2.查看django orm对应的sql语句

  https://www.jianshu.com/p/9ac4ca98b8e4 

  python manage.py shell_plus --print-sql

  在此Shell中你通过Django对数据库执行的所有操作都会自动打印出其对应的SQL语句.

 

django shell 操作

标签:django   struct   bsp   pip   执行sql   extension   自动   ocs   html   

原文地址:https://www.cnblogs.com/shmily3929/p/9103793.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!