Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. /nix/store/viakgkpvnf97wl13p9pdxhzn35ppsw2a-python3.7-django-cors-headers-3.1.0
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── corsheaders
  6. │   │   ├── checks.py
  7. │   │   ├── conf.py
  8. │   │   ├── defaults.py
  9. │   │   ├── __init__.py
  10. │   │   ├── middleware.py
  11. │   │   ├── __pycache__
  12. │   │   │   ├── checks.cpython-37.pyc
  13. │   │   │   ├── conf.cpython-37.pyc
  14. │   │   │   ├── defaults.cpython-37.pyc
  15. │   │   │   ├── __init__.cpython-37.pyc
  16. │   │   │   ├── middleware.cpython-37.pyc
  17. │   │   │   └── signals.cpython-37.pyc
  18. │   │   └── signals.py
  19. │   └── django_cors_headers-3.1.0.dist-info
  20. │   ├── INSTALLER
  21. │   ├── LICENSE
  22. │   ├── METADATA
  23. │   ├── RECORD
  24. │   ├── top_level.txt
  25. │   └── WHEEL
  26. └── nix-support
  27. └── propagated-build-inputs
  28.  
  29. 7 directories, 19 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement