CHANGES.rst
MANIFEST.in
README.md
setup.py
tox.ini
src/django_smart_admin.egg-info/PKG-INFO
src/django_smart_admin.egg-info/SOURCES.txt
src/django_smart_admin.egg-info/dependency_links.txt
src/django_smart_admin.egg-info/requires.txt
src/django_smart_admin.egg-info/top_level.txt
src/smart_admin/__init__.py
src/smart_admin/apps.py
src/smart_admin/autocomplete.py
src/smart_admin/changelist.py
src/smart_admin/checks.py
src/smart_admin/decorators.py
src/smart_admin/mixins.py
src/smart_admin/modeladmin.py
src/smart_admin/settings.py
src/smart_admin/site.py
src/smart_admin/truncate.py
src/smart_admin/utils.py
src/smart_admin/views.py
src/smart_admin/widget.py
src/smart_admin/console/__init__.py
src/smart_admin/console/email.py
src/smart_admin/console/error_pages.py
src/smart_admin/console/migrations.py
src/smart_admin/console/redis.py
src/smart_admin/console/sentry.py
src/smart_admin/console/sysinfo.py
src/smart_admin/logs/__init__.py
src/smart_admin/logs/admin.py
src/smart_admin/logs/apps.py
src/smart_admin/logs/models.py
src/smart_admin/logs/migrations/0001_initial.py
src/smart_admin/logs/migrations/0002_auto_20210829_1146.py
src/smart_admin/logs/migrations/__init__.py
src/smart_admin/smart_auth/__init__.py
src/smart_admin/smart_auth/admin.py
src/smart_admin/static/smart_admin/console.css
src/smart_admin/static/smart_admin/console.css.map
src/smart_admin/static/smart_admin/console.scss
src/smart_admin/static/smart_admin/smart_admin.css
src/smart_admin/static/smart_admin/smart_admin.css.map
src/smart_admin/static/smart_admin/smart_admin.scss
src/smart_admin/templates/admin/base_site.html
src/smart_admin/templates/admin/change_form.html
src/smart_admin/templates/admin/change_list.html
src/smart_admin/templates/admin/group_index.html
src/smart_admin/templates/admin/index.html
src/smart_admin/templates/admin/nav_sidebar.html
src/smart_admin/templates/admin/search_form.html
src/smart_admin/templates/admin/smart_index.html
src/smart_admin/templates/admin/smart_list.html
src/smart_admin/templates/admin/auth/group/members.html
src/smart_admin/templates/admin/auth/group/object_history.html
src/smart_admin/templates/admin/auth/permission/users.html
src/smart_admin/templates/admin/auth/user/object_history.html
src/smart_admin/templates/admin/auth/user/permissions.html
src/smart_admin/templates/admin/logentry/archive.html
src/smart_admin/templates/admin/logentry/change_form.html
src/smart_admin/templates/admin/logentry/truncate.html
src/smart_admin/templates/admin/sysinfo/sysinfo_section.html
src/smart_admin/templates/smart_admin/console.html
src/smart_admin/templates/smart_admin/linked_objects.html
src/smart_admin/templates/smart_admin/truncate_table.html
src/smart_admin/templates/smart_admin/panels/email.html
src/smart_admin/templates/smart_admin/panels/migrations.html
src/smart_admin/templates/smart_admin/panels/redis.html
src/smart_admin/templates/smart_admin/panels/sentry.html
src/smart_admin/templates/smart_admin/panels/sysinfo.html
src/smart_admin/templates/smart_admin/smart_auth/contenttype/stale.html
src/smart_admin/templatetags/__init__.py
src/smart_admin/templatetags/smart.py
tests/.coveragerc
tests/conftest.py
tests/test_admin.py
tests/test_config.py
tests/test_console.py
tests/test_utils.py
tests/demoapp/manage.py
tests/demoapp/demo/__init__.py
tests/demoapp/demo/admin.py
tests/demoapp/demo/apps.py
tests/demoapp/demo/backends.py
tests/demoapp/demo/factories.py
tests/demoapp/demo/models.py
tests/demoapp/demo/settings.py
tests/demoapp/demo/urls.py
tests/demoapp/demo/wsgi.py
tests/demoapp/demo/migrations/0001_initial.py
tests/demoapp/demo/migrations/__init__.py