LICENSE
MANIFEST.in
README.rst
setup.py
django_request_profiler.egg-info/PKG-INFO
django_request_profiler.egg-info/SOURCES.txt
django_request_profiler.egg-info/dependency_links.txt
django_request_profiler.egg-info/requires.txt
django_request_profiler.egg-info/top_level.txt
request_profiler/__init__.py
request_profiler/admin.py
request_profiler/apps.py
request_profiler/compat.py
request_profiler/middleware.py
request_profiler/models.py
request_profiler/settings.py
request_profiler/signals.py
request_profiler/tests.py
request_profiler/migrations/0001_initial.py
request_profiler/migrations/0002_profilingrecord_http_referer.py
request_profiler/migrations/__init__.py
test_app/__init__.py
test_app/models.py
test_app/settings.py
test_app/tests.py
test_app/urls.py
test_app/utils.py
test_app/views.py