Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 17:08
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/84284b05e7452a771f6a45a18535b9d3 to your computer and use it in GitHub Desktop.
Save r-ryantm/84284b05e7452a771f6a45a18535b9d3 to your computer and use it in GitHub Desktop.
/nix/store/wqp067ibkbzndhjdi3x3vigh32m3r43c-python3.7-django-filter-2.4.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_filter-2.4.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── django_filters
│   ├── compat.py
│   ├── conf.py
│   ├── constants.py
│   ├── exceptions.py
│   ├── fields.py
│   ├── filterset.py
│   ├── filters.py
│   ├── __init__.py
│   ├── locale
│   │   ├── be
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── bg
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── cs
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── da
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── de
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── el
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── es_AR
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── es_ES
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── fr
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── pl
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── pt_BR
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── ru
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── sk
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── uk
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   └── zh_CN
│   │   └── LC_MESSAGES
│   │   └── django.po
│   ├── __pycache__
│   │   ├── compat.cpython-37.pyc
│   │   ├── conf.cpython-37.pyc
│   │   ├── constants.cpython-37.pyc
│   │   ├── exceptions.cpython-37.pyc
│   │   ├── fields.cpython-37.pyc
│   │   ├── filters.cpython-37.pyc
│   │   ├── filterset.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── utils.cpython-37.pyc
│   │   ├── views.cpython-37.pyc
│   │   └── widgets.cpython-37.pyc
│   ├── rest_framework
│   │   ├── backends.py
│   │   ├── filterset.py
│   │   ├── filters.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── backends.cpython-37.pyc
│   │   ├── filters.cpython-37.pyc
│   │   ├── filterset.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── templates
│   │   └── django_filters
│   │   ├── rest_framework
│   │   │   ├── crispy_form.html
│   │   │   └── form.html
│   │   └── widgets
│   │   └── multiwidget.html
│   ├── utils.py
│   ├── views.py
│   └── widgets.py
└── nix-support
└── propagated-build-inputs
44 directories, 70 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment