I recently installed Django to use as a web framework and I am trying use the command python manage.py dbshell
to access the database shell for SQLite as said in th
I faced the same problem. Finally, I found a decision:
sqlite3
worked for me and I saw a message SQLite version 3.8.10.2 2015-05-20 18:17:19 ...
.