LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
django_requests_loger/__init__.py
django_requests_loger/admin.py
django_requests_loger/apps.py
django_requests_loger/context_processors.py
django_requests_loger/middleware.py
django_requests_loger/models.py
django_requests_loger/tests.py
django_requests_loger/urls.py
django_requests_loger/views.py
django_requests_loger.egg-info/PKG-INFO
django_requests_loger.egg-info/SOURCES.txt
django_requests_loger.egg-info/dependency_links.txt
django_requests_loger.egg-info/requires.txt
django_requests_loger.egg-info/top_level.txt
django_requests_loger/management/__init__.py
django_requests_loger/management/commands/__init__.py
django_requests_loger/management/commands/delete_old_logs.py
django_requests_loger/migrations/0001_initial.py
django_requests_loger/migrations/0002_requestlog_cache_data.py
django_requests_loger/migrations/0003_alter_requestlog_duration.py
django_requests_loger/migrations/__init__.py
django_requests_loger/templates/base.html
django_requests_loger/templates/dynamic.html
django_requests_loger/templates/header.html
django_requests_loger/templates/login.html
django_requests_loger/templates/request_log_detail.html
django_requests_loger/templates/request_logs.html
tests/__init__.py
tests/test_middleware.py
tests/test_views.py