Assuming you want to check the database created by django, and assuming the sqlite executable is installed, you can do the following to run sqlite at the command prompt:
./manage.py dbshell
More information about this command can be found in the django documentation.
source share