python3 ./manage.py runserver 8001
python ./manage.py inspectdb
python ./manage.py dbshell .tables select * from <table>
.schema <table>