Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 27, 2020 22:28
Show Gist options
  • Save r-ryantm/2a00b2461dab66d1e5441957c1e7906e to your computer and use it in GitHub Desktop.
Save r-ryantm/2a00b2461dab66d1e5441957c1e7906e to your computer and use it in GitHub Desktop.
/nix/store/sh24hdhxjhdd8zzmn7n5wsmklayfjv98-python3.7-django-modelcluster-5.0.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_modelcluster-5.0.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── modelcluster
│   ├── contrib
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── taggit.cpython-37.pyc
│   │   └── taggit.py
│   ├── fields.py
│   ├── forms.py
│   ├── __init__.py
│   ├── models.py
│   ├── __pycache__
│   │   ├── fields.cpython-37.pyc
│   │   ├── forms.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── models.cpython-37.pyc
│   │   ├── queryset.cpython-37.pyc
│   │   ├── tags.cpython-37.pyc
│   │   └── utils.cpython-37.pyc
│   ├── queryset.py
│   ├── tags.py
│   └── utils.py
└── nix-support
└── propagated-build-inputs
9 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment