Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 09:04
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/7aa05ac9203899bbbb751173b926ebc2 to your computer and use it in GitHub Desktop.
Save r-ryantm/7aa05ac9203899bbbb751173b926ebc2 to your computer and use it in GitHub Desktop.
/nix/store/39d6nzrzr830rqrhsgpiybi9f84k0981-python3.7-django-cleanup-5.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_cleanup
│   │   ├── apps.py
│   │   ├── cache.py
│   │   ├── cleanup.py
│   │   ├── handlers.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── apps.cpython-37.pyc
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── cleanup.cpython-37.pyc
│   │   │   ├── handlers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── signals.cpython-37.pyc
│   │   └── signals.py
│   └── django_cleanup-5.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment