python sqlite use in terminal -django

前端 未结 3 1447
独厮守ぢ
独厮守ぢ 2020-12-25 15:31

How can I see my databases in SQlite for Django.

I am following the django tutorial on ubuntu.

Now its working fine except. After running

p         


        
3条回答
  •  [愿得一人]
    2020-12-25 16:06

    I have used option 'dbshell' if this is already synced:

    python manage.py dbshell

    SQLite version 3.8.2 2013-12-06 14:53:30 Enter ".help" for instructions Enter SQL statements terminated with a ";"

    sqlite> .databases

提交回复
热议问题