Skip to content

Instantly share code, notes, and snippets.

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