AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_sql_explorer.egg-info/PKG-INFO
django_sql_explorer.egg-info/SOURCES.txt
django_sql_explorer.egg-info/dependency_links.txt
django_sql_explorer.egg-info/not-zip-safe
django_sql_explorer.egg-info/requires.txt
django_sql_explorer.egg-info/top_level.txt
explorer/__init__.py
explorer/actions.py
explorer/admin.py
explorer/app_settings.py
explorer/apps.py
explorer/charts.py
explorer/connections.py
explorer/exporters.py
explorer/forms.py
explorer/models.py
explorer/permissions.py
explorer/schema.py
explorer/tasks.py
explorer/urls.py
explorer/utils.py
explorer/locale/ru/LC_MESSAGES/django.mo
explorer/locale/ru/LC_MESSAGES/django.po
explorer/locale/zh_Hans/LC_MESSAGES/django.mo
explorer/locale/zh_Hans/LC_MESSAGES/django.po
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_auto_20160105_2052.py
explorer/migrations/0006_query_connection.py
explorer/migrations/0007_querylog_connection.py
explorer/migrations/0008_auto_20190308_1642.py
explorer/migrations/0009_auto_20201009_0547.py
explorer/migrations/0010_sql_required.py
explorer/migrations/__init__.py
explorer/static/explorer/css/bootstrap.min.css
explorer/static/explorer/css/codemirror.min.css
explorer/static/explorer/css/explorer.css
explorer/static/explorer/css/pivot.min.css
explorer/static/explorer/fonts/glyphicons-halflings-regular.eot
explorer/static/explorer/fonts/glyphicons-halflings-regular.svg
explorer/static/explorer/fonts/glyphicons-halflings-regular.ttf
explorer/static/explorer/fonts/glyphicons-halflings-regular.woff
explorer/static/explorer/fonts/glyphicons-halflings-regular.woff2
explorer/static/explorer/js/bootstrap.min.js
explorer/static/explorer/js/codemirror.min.js
explorer/static/explorer/js/comment.min.js
explorer/static/explorer/js/explorer.js
explorer/static/explorer/js/jquery-ui.min.js
explorer/static/explorer/js/jquery.cookie.min.js
explorer/static/explorer/js/jquery.floatThead.min.js
explorer/static/explorer/js/jquery.min.js
explorer/static/explorer/js/list.min.js
explorer/static/explorer/js/pivot.min.js
explorer/static/explorer/js/query-list.js
explorer/static/explorer/js/sql.min.js
explorer/static/explorer/js/underscore-min.js
explorer/templates/explorer/base.html
explorer/templates/explorer/export_buttons.html
explorer/templates/explorer/fullscreen.html
explorer/templates/explorer/params.html
explorer/templates/explorer/pdf_template.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/querylog_list.html
explorer/templates/explorer/schema.html
explorer/templates/explorer/schema_building.html
explorer/templatetags/__init__.py
explorer/templatetags/explorer_tags.py
explorer/tests/__init__.py
explorer/tests/factories.py
explorer/tests/test_actions.py
explorer/tests/test_apps.py
explorer/tests/test_csrf_cookie_name.py
explorer/tests/test_exporters.py
explorer/tests/test_forms.py
explorer/tests/test_models.py
explorer/tests/test_schema.py
explorer/tests/test_tasks.py
explorer/tests/test_utils.py
explorer/tests/test_views.py
explorer/tests/urls.py
explorer/views/__init__.py
explorer/views/auth.py
explorer/views/create.py
explorer/views/delete.py
explorer/views/download.py
explorer/views/email.py
explorer/views/export.py
explorer/views/format_sql.py
explorer/views/list.py
explorer/views/mixins.py
explorer/views/query.py
explorer/views/schema.py
explorer/views/stream.py
explorer/views/utils.py