Initializing database..
Traceback (most recent call last):
  File "d:\program files\python38\lib\site-packages\django\db\backends\utils.py", line 82, in _execute
    return self.cursor.execute(sql)
  File "d:\program files\python38\lib\site-packages\django\db\backends\sqlite3\base.py", line 421, in execute
    return Database.Cursor.execute(self, query)
sqlite3.OperationalError: no such function: JSON_VALID

The above exception was the direct cause of the following exception:

sqlite3.OperationalError: no such function: JSON_VALID-小白菜博客
官网下载:https://www.sqlite.org/download.html
sqlite3.OperationalError: no such function: JSON_VALID-小白菜博客
将 sqlite3.dll 进行替换
sqlite3.OperationalError: no such function: JSON_VALID-小白菜博客
再次运行
image