You can use python manage.py dbshell to launch the cli. Then type .tables to see the tables installed by Django.
python manage.py dbshell
.tables