django shell 操作

Posted shmily3929

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了django shell 操作相关的知识,希望对你有一定的参考价值。

插件: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基于PythonWeb的Django框架设计实现天天生鲜系统-5数据库操作

django model操作

Django入门9--Django shell

django

Django 开发MVT-模型

Django 开发MVT-模型