Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. /nix/store/vs3lgmxdqpdipinr7fcb3nnm282a47mq-python3.7-django-modelcluster-4.4
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── django_modelcluster-4.4.dist-info
  6. │   │   ├── INSTALLER
  7. │   │   ├── LICENSE
  8. │   │   ├── METADATA
  9. │   │   ├── RECORD
  10. │   │   ├── top_level.txt
  11. │   │   └── WHEEL
  12. │   └── modelcluster
  13. │   ├── contrib
  14. │   │   ├── __init__.py
  15. │   │   ├── __pycache__
  16. │   │   │   ├── __init__.cpython-37.pyc
  17. │   │   │   └── taggit.cpython-37.pyc
  18. │   │   └── taggit.py
  19. │   ├── fields.py
  20. │   ├── forms.py
  21. │   ├── __init__.py
  22. │   ├── models.py
  23. │   ├── __pycache__
  24. │   │   ├── fields.cpython-37.pyc
  25. │   │   ├── forms.cpython-37.pyc
  26. │   │   ├── __init__.cpython-37.pyc
  27. │   │   ├── models.cpython-37.pyc
  28. │   │   ├── queryset.cpython-37.pyc
  29. │   │   ├── tags.cpython-37.pyc
  30. │   │   └── utils.cpython-37.pyc
  31. │   ├── queryset.py
  32. │   ├── tags.py
  33. │   └── utils.py
  34. └── nix-support
  35. └── propagated-build-inputs
  36.  
  37. 9 directories, 25 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement