Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 07:43
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/9467da87e628be0e3b7b9d58703a51e2 to your computer and use it in GitHub Desktop.
Save ryantm/9467da87e628be0e3b7b9d58703a51e2 to your computer and use it in GitHub Desktop.
/nix/store/viakgkpvnf97wl13p9pdxhzn35ppsw2a-python3.7-django-cors-headers-3.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── corsheaders
│   │   ├── checks.py
│   │   ├── conf.py
│   │   ├── defaults.py
│   │   ├── __init__.py
│   │   ├── middleware.py
│   │   ├── __pycache__
│   │   │   ├── checks.cpython-37.pyc
│   │   │   ├── conf.cpython-37.pyc
│   │   │   ├── defaults.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── middleware.cpython-37.pyc
│   │   │   └── signals.cpython-37.pyc
│   │   └── signals.py
│   └── django_cors_headers-3.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment