Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2bd3494440a65358b785ed3aa6abca6b to your computer and use it in GitHub Desktop.
Save ryantm/2bd3494440a65358b785ed3aa6abca6b to your computer and use it in GitHub Desktop.
/nix/store/w6qlwx938h5bzlcpba64qczxq6s5ql2s-python3.7-django-silk-3.0.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_silk-3.0.4.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── silk
│   ├── auth.py
│   ├── code_generation
│   │   ├── curl.py
│   │   ├── django_test_client.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── curl.cpython-37.pyc
│   │   ├── django_test_client.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── collector.py
│   ├── config.py
│   ├── errors.py
│   ├── __init__.py
│   ├── management
│   │   ├── commands
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── silk_clear_request_log.cpython-37.pyc
│   │   │   └── silk_clear_request_log.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── middleware.py
│   ├── migrations
│   │   ├── 0001_initial.py
│   │   ├── 0002_auto_update_uuid4_id_field.py
│   │   ├── 0003_request_prof_file.py
│   │   ├── 0004_request_prof_file_storage.py
│   │   ├── 0005_increase_request_prof_file_length.py
│   │   ├── 0006_fix_request_prof_file_blank.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── 0001_initial.cpython-37.pyc
│   │   ├── 0002_auto_update_uuid4_id_field.cpython-37.pyc
│   │   ├── 0003_request_prof_file.cpython-37.pyc
│   │   ├── 0004_request_prof_file_storage.cpython-37.pyc
│   │   ├── 0005_increase_request_prof_file_length.cpython-37.pyc
│   │   ├── 0006_fix_request_prof_file_blank.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── model_factory.py
│   ├── models.py
│   ├── profiling
│   │   ├── dynamic.py
│   │   ├── __init__.py
│   │   ├── profiler.py
│   │   └── __pycache__
│   │   ├── dynamic.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── profiler.cpython-37.pyc
│   ├── __pycache__
│   │   ├── auth.cpython-37.pyc
│   │   ├── collector.cpython-37.pyc
│   │   ├── config.cpython-37.pyc
│   │   ├── errors.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── middleware.cpython-37.pyc
│   │   ├── model_factory.cpython-37.pyc
│   │   ├── models.cpython-37.pyc
│   │   ├── request_filters.cpython-37.pyc
│   │   ├── singleton.cpython-37.pyc
│   │   ├── sql.cpython-37.pyc
│   │   ├── storage.cpython-37.pyc
│   │   └── urls.cpython-37.pyc
│   ├── request_filters.py
│   ├── singleton.py
│   ├── sql.py
│   ├── static
│   │   └── silk
│   │   ├── css
│   │   │   ├── cell.css
│   │   │   ├── colors.css
│   │   │   ├── fonts.css
│   │   │   ├── heading.css
│   │   │   ├── numeric.css
│   │   │   └── summary.css
│   │   ├── favicon-16x16.png
│   │   ├── favicon-32x32.png
│   │   ├── filter2.png
│   │   ├── filter.png
│   │   ├── fonts
│   │   │   ├── fantasque
│   │   │   │   ├── FantasqueSansMono-BoldItalic.woff
│   │   │   │   ├── FantasqueSansMono-Bold.woff
│   │   │   │   ├── FantasqueSansMono-RegItalic.woff
│   │   │   │   └── FantasqueSansMono-Regular.woff
│   │   │   ├── fira
│   │   │   │   ├── FiraSans-BoldItalic.woff
│   │   │   │   ├── FiraSans-Bold.woff
│   │   │   │   ├── FiraSans-LightItalic.woff
│   │   │   │   ├── FiraSans-Light.woff
│   │   │   │   ├── FiraSans-MediumItalic.woff
│   │   │   │   ├── FiraSans-Medium.woff
│   │   │   │   ├── FiraSans-RegularItalic.woff
│   │   │   │   └── FiraSans-Regular.woff
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   └── glyphicons-halflings-regular.woff2
│   │   ├── js
│   │   │   ├── cell.js
│   │   │   ├── filters.js
│   │   │   └── summary.js
│   │   └── lib
│   │   ├── bootstrap-datetimepicker.min.css
│   │   ├── bootstrap-datetimepicker.min.js
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap.min.js
│   │   ├── bootstrap-theme.min.css
│   │   ├── highlight
│   │   │   ├── foundation.css
│   │   │   └── highlight.pack.js
│   │   ├── images
│   │   │   ├── animated-overlay.gif
│   │   │   ├── ui-bg_diagonals-thick_18_b81900_40x40.png
│   │   │   ├── ui-bg_diagonals-thick_20_666666_40x40.png
│   │   │   ├── ui-bg_flat_10_000000_40x100.png
│   │   │   ├── ui-bg_glass_100_f6f6f6_1x400.png
│   │   │   ├── ui-bg_glass_100_fdf5ce_1x400.png
│   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   ├── ui-bg_gloss-wave_35_f6a828_500x100.png
│   │   │   ├── ui-bg_highlight-soft_100_eeeeee_1x100.png
│   │   │   ├── ui-bg_highlight-soft_75_ffe45c_1x100.png
│   │   │   ├── ui-icons_222222_256x240.png
│   │   │   ├── ui-icons_228ef1_256x240.png
│   │   │   ├── ui-icons_ef8c08_256x240.png
│   │   │   ├── ui-icons_ffd27a_256x240.png
│   │   │   └── ui-icons_ffffff_256x240.png
│   │   ├── jquery.datetimepicker.css
│   │   ├── jquery.datetimepicker.js
│   │   ├── jquery.min.js
│   │   ├── jquery-ui-1.10.4.min.css
│   │   ├── jquery-ui-1.10.4.min.js
│   │   ├── sortable.js
│   │   ├── svg-pan-zoom.min.js
│   │   └── viz-lite.js
│   ├── storage.py
│   ├── templates
│   │   └── silk
│   │   ├── base
│   │   │   ├── base.html
│   │   │   ├── detail_base.html
│   │   │   └── root_base.html
│   │   ├── cprofile.html
│   │   ├── inclusion
│   │   │   ├── code.html
│   │   │   ├── heading.html
│   │   │   ├── profile_menu.html
│   │   │   ├── profile_summary.html
│   │   │   ├── request_menu.html
│   │   │   ├── request_summary.html
│   │   │   └── root_menu.html
│   │   ├── profile_detail.html
│   │   ├── profiling.html
│   │   ├── raw.html
│   │   ├── request.html
│   │   ├── requests.html
│   │   ├── sql_detail.html
│   │   ├── sql.html
│   │   └── summary.html
│   ├── templatetags
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── silk_filters.cpython-37.pyc
│   │   │   ├── silk_inclusion.cpython-37.pyc
│   │   │   └── silk_nav.cpython-37.pyc
│   │   ├── silk_filters.py
│   │   ├── silk_inclusion.py
│   │   └── silk_nav.py
│   ├── urls.py
│   ├── utils
│   │   ├── __init__.py
│   │   ├── pagination.py
│   │   ├── profile_parser.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── pagination.cpython-37.pyc
│   │   └── profile_parser.cpython-37.pyc
│   └── views
│   ├── code.py
│   ├── cprofile.py
│   ├── __init__.py
│   ├── profile_detail.py
│   ├── profile_dot.py
│   ├── profile_download.py
│   ├── profiling.py
│   ├── __pycache__
│   │   ├── code.cpython-37.pyc
│   │   ├── cprofile.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── profile_detail.cpython-37.pyc
│   │   ├── profile_dot.cpython-37.pyc
│   │   ├── profile_download.cpython-37.pyc
│   │   ├── profiling.cpython-37.pyc
│   │   ├── raw.cpython-37.pyc
│   │   ├── request_detail.cpython-37.pyc
│   │   ├── requests.cpython-37.pyc
│   │   ├── sql.cpython-37.pyc
│   │   ├── sql_detail.cpython-37.pyc
│   │   └── summary.cpython-37.pyc
│   ├── raw.py
│   ├── request_detail.py
│   ├── requests.py
│   ├── sql_detail.py
│   ├── sql.py
│   └── summary.py
└── nix-support
└── propagated-build-inputs
37 directories, 184 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment