LICENSE
MANIFEST.in
README.md
setup.py
tox.ini
src/django_live_logging.egg-info/PKG-INFO
src/django_live_logging.egg-info/SOURCES.txt
src/django_live_logging.egg-info/dependency_links.txt
src/django_live_logging.egg-info/not-zip-safe
src/django_live_logging.egg-info/requires.txt
src/django_live_logging.egg-info/top_level.txt
src/django_smart_logging.egg-info/PKG-INFO
src/django_smart_logging.egg-info/SOURCES.txt
src/django_smart_logging.egg-info/dependency_links.txt
src/django_smart_logging.egg-info/not-zip-safe
src/django_smart_logging.egg-info/requires.txt
src/django_smart_logging.egg-info/top_level.txt
src/smart_logging/__init__.py
src/smart_logging/apps.py
src/smart_logging/conf.py
src/smart_logging/forms.py
src/smart_logging/handlers.py
src/smart_logging/manager.py
src/smart_logging/processor.py
src/smart_logging/pubsub.py
src/smart_logging/signals.py
src/smart_logging/smart_panel.py
src/smart_logging/utils.py
src/smart_logging/~manager.py
src/smart_logging/~processor.py
src/smart_logging/~utils.py
src/smart_logging/__pycache__/__init__.cpython-310.pyc
src/smart_logging/__pycache__/__init__.cpython-39.pyc
src/smart_logging/management/__init__.py
src/smart_logging/management/commands/__init__.py
src/smart_logging/management/commands/log.py
src/smart_logging/static/smart_logging/config.js
src/smart_logging/static/smart_logging/config.min.js
src/smart_logging/static/smart_logging/debug.js
src/smart_logging/static/smart_logging/online.js
src/smart_logging/static/smart_logging/online.min.js
src/smart_logging/static/smart_logging/style.css
src/smart_logging/static/smart_logging/style.css.map
src/smart_logging/static/smart_logging/style.scss
src/smart_logging/static/smart_logging/~buttons.js
src/smart_logging/templates/admin/smart_logging/base.html
src/smart_logging/templates/admin/smart_logging/config.html
src/smart_logging/templates/admin/smart_logging/debug.html
src/smart_logging/templates/admin/smart_logging/online.html
src/smart_logging/templates/admin/smart_logging/~_active.html
src/smart_logging/templates/admin/smart_logging/~_config.html
src/smart_logging/templates/admin/smart_logging/~_formatters.html
src/smart_logging/templates/admin/smart_logging/~_handlers.html
src/smart_logging/templates/admin/smart_logging/~panel.html
src/smart_logging/templatetags/__init__.py
src/smart_logging/templatetags/smart_logging.py
tests/.coveragerc
tests/conftest.py
tests/test_command.py
tests/test_form.py
tests/test_handler.py
tests/test_manager.py
tests/test_panel.py
tests/test_processor.py
tests/test_pubsub.py
tests/test_smartlist.py
tests/test_templatetags.py
tests/test_utils.py
tests/~test_configure.py
tests/~test_processor.py
tests/demoapp/demo/__init__.py
tests/demoapp/demo/apps.py
tests/demoapp/demo/backends.py
tests/demoapp/demo/models.py
tests/demoapp/demo/settings.py
tests/demoapp/demo/urls.py