MANIFEST.in
README.md
setup.cfg
setup.py
simple_django_logger/__init__.py
simple_django_logger/admin.py
simple_django_logger/apps.py
simple_django_logger/constants.py
simple_django_logger/models.py
simple_django_logger/response.py
simple_django_logger/tests.py
simple_django_logger/urls.py
simple_django_logger/utils.py
simple_django_logger/views.py
simple_django_logger.egg-info/PKG-INFO
simple_django_logger.egg-info/SOURCES.txt
simple_django_logger.egg-info/dependency_links.txt
simple_django_logger.egg-info/requires.txt
simple_django_logger.egg-info/top_level.txt
simple_django_logger/middleware/__init__.py
simple_django_logger/middleware/errormiddleware.py
simple_django_logger/migrations/0001_initial.py
simple_django_logger/migrations/__init__.py
simple_django_logger/static/logger/jquery-2.2.2.min.js
simple_django_logger/static/logger/bootstrap-3.3.6/css/bootstrap.min.css
simple_django_logger/static/logger/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.eot
simple_django_logger/static/logger/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.svg
simple_django_logger/static/logger/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.ttf
simple_django_logger/static/logger/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.woff
simple_django_logger/static/logger/bootstrap-3.3.6/fonts/glyphicons-halflings-regular.woff2
simple_django_logger/static/logger/bootstrap-3.3.6/js/bootstrap.js
simple_django_logger/static/logger/bootstrap-3.3.6/js/bootstrap.min.js
simple_django_logger/static/logger/bootstrap-3.3.6/js/npm.js
simple_django_logger/static/logger/highlightjs/highlight.min.css
simple_django_logger/static/logger/highlightjs/highlight.min.js
simple_django_logger/static/logger/jquery-ui-1.11.4.custom/jquery-ui.min.css
simple_django_logger/static/logger/jquery-ui-1.11.4.custom/jquery-ui.min.js
simple_django_logger/static/logger/jquery.json-viewer/jquery.json-viewer.css
simple_django_logger/static/logger/jquery.json-viewer/jquery.json-viewer.js
simple_django_logger/static/logger/js/all_logs.js
simple_django_logger/static/logger/js/all_request_logs.js
simple_django_logger/tasks/__init__.py
simple_django_logger/templates/logger/all_event_logs.html
simple_django_logger/templates/logger/all_logs.html
simple_django_logger/templates/logger/all_request_logs.html
simple_django_logger/templates/logger/log.html
simple_django_logger/templates/logger/logger_test.html
simple_django_logger/templates/logger/request_log.html
simple_django_logger/templates/logger/site_master.html