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
python manage.py dbshell
If you are on linux ditribution:
Frist install sqlite3 with this command sudo apt-get install sqlite via terminal.
sudo apt-get install sqlite
After that, use this one command to access sql shell python manage.py dbshell.