Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 09:38
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 r-ryantm/b4d09174b96f60003f2ce1a8b9d69e30 to your computer and use it in GitHub Desktop.
Save r-ryantm/b4d09174b96f60003f2ce1a8b9d69e30 to your computer and use it in GitHub Desktop.
/nix/store/mvc23wpp2lqwi9raaiycv95fwgj5hv2k-python3.7-djangorestframework-3.12.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── djangorestframework-3.12.1.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE.md
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── rest_framework
│   ├── apps.py
│   ├── authentication.py
│   ├── authtoken
│   │   ├── admin.py
│   │   ├── apps.py
│   │   ├── __init__.py
│   │   ├── management
│   │   │   ├── commands
│   │   │   │   ├── drf_create_token.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── drf_create_token.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── migrations
│   │   │   ├── 0001_initial.py
│   │   │   ├── 0002_auto_20160226_1747.py
│   │   │   ├── 0003_tokenproxy.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── 0001_initial.cpython-37.pyc
│   │   │   ├── 0002_auto_20160226_1747.cpython-37.pyc
│   │   │   ├── 0003_tokenproxy.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── admin.cpython-37.pyc
│   │   │   ├── apps.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── serializers.cpython-37.pyc
│   │   │   └── views.cpython-37.pyc
│   │   ├── serializers.py
│   │   └── views.py
│   ├── checks.py
│   ├── compat.py
│   ├── decorators.py
│   ├── documentation.py
│   ├── exceptions.py
│   ├── fields.py
│   ├── filters.py
│   ├── generics.py
│   ├── __init__.py
│   ├── locale
│   │   ├── ach
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ar
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── be
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ca
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ca_ES
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── cs
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── da
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── de
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── el
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── el_GR
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── en
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── en_AU
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── en_CA
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── en_US
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── es
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── et
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── fa
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── fa_IR
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── fi
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── fr
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── fr_CA
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── gl
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── gl_ES
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── he_IL
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── hu
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── id
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── it
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ja
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ko_KR
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── lv
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── mk
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── nb
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── nl
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── nn
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── no
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── pl
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── pt
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── pt_BR
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── pt_PT
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ro
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── ru
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── sk
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── sl
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── sv
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── tr
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── tr_TR
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── uk
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── vi
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── zh_CN
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── zh_Hans
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   ├── zh_Hant
│   │   │   └── LC_MESSAGES
│   │   │   └── django.mo
│   │   └── zh_TW
│   │   └── LC_MESSAGES
│   │   └── django.mo
│   ├── management
│   │   ├── commands
│   │   │   ├── generateschema.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── generateschema.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── metadata.py
│   ├── mixins.py
│   ├── negotiation.py
│   ├── pagination.py
│   ├── parsers.py
│   ├── permissions.py
│   ├── __pycache__
│   │   ├── apps.cpython-37.pyc
│   │   ├── authentication.cpython-37.pyc
│   │   ├── checks.cpython-37.pyc
│   │   ├── compat.cpython-37.pyc
│   │   ├── decorators.cpython-37.pyc
│   │   ├── documentation.cpython-37.pyc
│   │   ├── exceptions.cpython-37.pyc
│   │   ├── fields.cpython-37.pyc
│   │   ├── filters.cpython-37.pyc
│   │   ├── generics.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── metadata.cpython-37.pyc
│   │   ├── mixins.cpython-37.pyc
│   │   ├── negotiation.cpython-37.pyc
│   │   ├── pagination.cpython-37.pyc
│   │   ├── parsers.cpython-37.pyc
│   │   ├── permissions.cpython-37.pyc
│   │   ├── relations.cpython-37.pyc
│   │   ├── renderers.cpython-37.pyc
│   │   ├── request.cpython-37.pyc
│   │   ├── response.cpython-37.pyc
│   │   ├── reverse.cpython-37.pyc
│   │   ├── routers.cpython-37.pyc
│   │   ├── serializers.cpython-37.pyc
│   │   ├── settings.cpython-37.pyc
│   │   ├── status.cpython-37.pyc
│   │   ├── test.cpython-37.pyc
│   │   ├── throttling.cpython-37.pyc
│   │   ├── urlpatterns.cpython-37.pyc
│   │   ├── urls.cpython-37.pyc
│   │   ├── validators.cpython-37.pyc
│   │   ├── versioning.cpython-37.pyc
│   │   ├── views.cpython-37.pyc
│   │   └── viewsets.cpython-37.pyc
│   ├── relations.py
│   ├── renderers.py
│   ├── request.py
│   ├── response.py
│   ├── reverse.py
│   ├── routers.py
│   ├── schemas
│   │   ├── coreapi.py
│   │   ├── generators.py
│   │   ├── __init__.py
│   │   ├── inspectors.py
│   │   ├── openapi.py
│   │   ├── __pycache__
│   │   │   ├── coreapi.cpython-37.pyc
│   │   │   ├── generators.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inspectors.cpython-37.pyc
│   │   │   ├── openapi.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── views.cpython-37.pyc
│   │   ├── utils.py
│   │   └── views.py
│   ├── serializers.py
│   ├── settings.py
│   ├── static
│   │   └── rest_framework
│   │   ├── css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-theme.min.css
│   │   │   ├── bootstrap-tweaks.css
│   │   │   ├── default.css
│   │   │   ├── font-awesome-4.0.3.css
│   │   │   └── prettify.css
│   │   ├── docs
│   │   │   ├── css
│   │   │   │   ├── base.css
│   │   │   │   ├── highlight.css
│   │   │   │   └── jquery.json-view.min.css
│   │   │   ├── img
│   │   │   │   ├── favicon.ico
│   │   │   │   └── grid.png
│   │   │   └── js
│   │   │   ├── api.js
│   │   │   ├── highlight.pack.js
│   │   │   └── jquery.json-view.min.js
│   │   ├── fonts
│   │   │   ├── fontawesome-webfont.eot
│   │   │   ├── fontawesome-webfont.svg
│   │   │   ├── fontawesome-webfont.ttf
│   │   │   ├── fontawesome-webfont.woff
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   └── glyphicons-halflings-regular.woff2
│   │   ├── img
│   │   │   ├── glyphicons-halflings.png
│   │   │   ├── glyphicons-halflings-white.png
│   │   │   └── grid.png
│   │   └── js
│   │   ├── ajax-form.js
│   │   ├── bootstrap.min.js
│   │   ├── coreapi-0.1.1.js
│   │   ├── csrf.js
│   │   ├── default.js
│   │   ├── jquery-3.5.1.min.js
│   │   └── prettify-min.js
│   ├── status.py
│   ├── templates
│   │   └── rest_framework
│   │   ├── admin
│   │   │   ├── detail.html
│   │   │   ├── dict_value.html
│   │   │   ├── list.html
│   │   │   ├── list_value.html
│   │   │   └── simple_list_value.html
│   │   ├── admin.html
│   │   ├── api.html
│   │   ├── base.html
│   │   ├── docs
│   │   │   ├── auth
│   │   │   │   ├── basic.html
│   │   │   │   ├── session.html
│   │   │   │   └── token.html
│   │   │   ├── document.html
│   │   │   ├── error.html
│   │   │   ├── index.html
│   │   │   ├── interact.html
│   │   │   ├── langs
│   │   │   │   ├── javascript.html
│   │   │   │   ├── javascript-intro.html
│   │   │   │   ├── python.html
│   │   │   │   ├── python-intro.html
│   │   │   │   ├── shell.html
│   │   │   │   └── shell-intro.html
│   │   │   ├── link.html
│   │   │   └── sidebar.html
│   │   ├── filters
│   │   │   ├── base.html
│   │   │   ├── ordering.html
│   │   │   └── search.html
│   │   ├── horizontal
│   │   │   ├── checkbox.html
│   │   │   ├── checkbox_multiple.html
│   │   │   ├── dict_field.html
│   │   │   ├── fieldset.html
│   │   │   ├── form.html
│   │   │   ├── input.html
│   │   │   ├── list_field.html
│   │   │   ├── list_fieldset.html
│   │   │   ├── radio.html
│   │   │   ├── select.html
│   │   │   ├── select_multiple.html
│   │   │   └── textarea.html
│   │   ├── inline
│   │   │   ├── checkbox.html
│   │   │   ├── checkbox_multiple.html
│   │   │   ├── dict_field.html
│   │   │   ├── fieldset.html
│   │   │   ├── form.html
│   │   │   ├── input.html
│   │   │   ├── list_field.html
│   │   │   ├── list_fieldset.html
│   │   │   ├── radio.html
│   │   │   ├── select.html
│   │   │   ├── select_multiple.html
│   │   │   └── textarea.html
│   │   ├── login_base.html
│   │   ├── login.html
│   │   ├── pagination
│   │   │   ├── numbers.html
│   │   │   └── previous_and_next.html
│   │   ├── raw_data_form.html
│   │   ├── schema.js
│   │   └── vertical
│   │   ├── checkbox.html
│   │   ├── checkbox_multiple.html
│   │   ├── dict_field.html
│   │   ├── fieldset.html
│   │   ├── form.html
│   │   ├── input.html
│   │   ├── list_field.html
│   │   ├── list_fieldset.html
│   │   ├── radio.html
│   │   ├── select.html
│   │   ├── select_multiple.html
│   │   └── textarea.html
│   ├── templatetags
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── rest_framework.cpython-37.pyc
│   │   └── rest_framework.py
│   ├── test.py
│   ├── throttling.py
│   ├── urlpatterns.py
│   ├── urls.py
│   ├── utils
│   │   ├── breadcrumbs.py
│   │   ├── encoders.py
│   │   ├── field_mapping.py
│   │   ├── formatting.py
│   │   ├── html.py
│   │   ├── humanize_datetime.py
│   │   ├── __init__.py
│   │   ├── json.py
│   │   ├── mediatypes.py
│   │   ├── model_meta.py
│   │   ├── __pycache__
│   │   │   ├── breadcrumbs.cpython-37.pyc
│   │   │   ├── encoders.cpython-37.pyc
│   │   │   ├── field_mapping.cpython-37.pyc
│   │   │   ├── formatting.cpython-37.pyc
│   │   │   ├── html.cpython-37.pyc
│   │   │   ├── humanize_datetime.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── json.cpython-37.pyc
│   │   │   ├── mediatypes.cpython-37.pyc
│   │   │   ├── model_meta.cpython-37.pyc
│   │   │   ├── representation.cpython-37.pyc
│   │   │   ├── serializer_helpers.cpython-37.pyc
│   │   │   └── urls.cpython-37.pyc
│   │   ├── representation.py
│   │   ├── serializer_helpers.py
│   │   └── urls.py
│   ├── validators.py
│   ├── versioning.py
│   ├── viewsets.py
│   └── views.py
└── nix-support
└── propagated-build-inputs
151 directories, 305 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment