AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.py
django_sql_explorer_squad.egg-info/PKG-INFO
django_sql_explorer_squad.egg-info/SOURCES.txt
django_sql_explorer_squad.egg-info/dependency_links.txt
django_sql_explorer_squad.egg-info/not-zip-safe
django_sql_explorer_squad.egg-info/requires.txt
django_sql_explorer_squad.egg-info/top_level.txt
explorer/__init__.py
explorer/actions.py
explorer/admin.py
explorer/app_settings.py
explorer/constants.py
explorer/counter.py
explorer/forms.py
explorer/models.py
explorer/tasks.py
explorer/urls.py
explorer/utils.py
explorer/views.py
explorer/__pycache__/__init__.cpython-39.pyc
explorer/migrations/0001_initial.py
explorer/migrations/0002_auto_20150501_1515.py
explorer/migrations/0003_query_snapshot.py
explorer/migrations/0004_querylog_duration.py
explorer/migrations/0005_querychangelog.py
explorer/migrations/0006_auto_20230207_0103.py
explorer/migrations/__init__.py
explorer/static/explorer/explorer.css
explorer/static/explorer/explorer.js
explorer/static/explorer/query-list.js
explorer/templates/explorer/base.html
explorer/templates/explorer/params.html
explorer/templates/explorer/play.html
explorer/templates/explorer/preview_pane.html
explorer/templates/explorer/query.html
explorer/templates/explorer/query_confirm_delete.html
explorer/templates/explorer/query_list.html
explorer/templates/explorer/querychangelog_list.html
explorer/templates/explorer/querylog_list.html
explorer/templates/explorer/schema.html
explorer/tests/__init__.py
explorer/tests/factories.py
explorer/tests/settings.py
explorer/tests/test_actions.py
explorer/tests/test_forms.py
explorer/tests/test_models.py
explorer/tests/test_tasks.py
explorer/tests/test_utils.py
explorer/tests/test_views.py
explorer/tests/urls.py
explorer/tests/utils.py