Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 19:00
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/ef0127ae45a689dd36d8e7f4064c8165 to your computer and use it in GitHub Desktop.
Save ryantm/ef0127ae45a689dd36d8e7f4064c8165 to your computer and use it in GitHub Desktop.
/nix/store/6css13j0qda0bva11dv7637g7bmfwr3a-python3.7-django-modelcluster-4.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_modelcluster-4.3.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