Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 09: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/70b864b0f6cdaddcf592a22a447a815f to your computer and use it in GitHub Desktop.
Save ryantm/70b864b0f6cdaddcf592a22a447a815f to your computer and use it in GitHub Desktop.
/nix/store/18pkmjbz9hamifs3jzjl8r5jwm7fj4jm-python3.7-django-modelcluster-5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_modelcluster-5.0.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