python sqlite use in terminal -django

前端 未结 3 1432
独厮守ぢ
独厮守ぢ 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 15:52

    simply go to your project folder there is ds.sqlite3 file

    open this in tool from https://sqlitebrowser.org/

    Inside tool > Browse Data > select table in drop down to view table

提交回复
热议问题