程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Django project - error reporting

編輯:Python

Catalog

  • DB Browser (SQLite)
  • Report a mistake

DB Browser (SQLite)

database :

  • If you use the default settings sqlite3, see db.sqlite3 Recommended visualization tools :DB Browser for SQLite
  • If used mysql, Visualization tool recommendation :Navicat

DB Browser (SQLite) The installation address of

http://www.sqlitebrowser.org/blog/portableapp-for-3-11-2-release-now-available/

DB Browser (SQLite) Installation tutorial for

https://blog.csdn.net/Yyuanyuxin/article/details/105513276

To achieve background data visualization

Report a mistake

Most of them are code syntax errors , Misspelled letters , Symbol usage error

It could be Django、python Development tool version problem ( The impact is slightly smaller )
You can view... In the command executor python edition , If you need to downgrade or upgrade, you can do so in anaconda Execute corresponding instructions in


stay settings Download django、flask、mysql Tools, etc


The code comments on the project page may also cause errors


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved