Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 18:55
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/cf2298a954876ba748ef59e06d61b1ba to your computer and use it in GitHub Desktop.
Save ryantm/cf2298a954876ba748ef59e06d61b1ba to your computer and use it in GitHub Desktop.
/nix/store/731lnbfyp6j786ppldc91flmxjjqw1y4-python3.7-django-reversion-3.0.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── django_reversion-3.0.3.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── reversion
│   ├── admin.py
│   ├── errors.py
│   ├── __init__.py
│   ├── locale
│   │   ├── ar
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── cs
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── da
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── de
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── es
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── es_AR
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── fr
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── he
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── it
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── nb
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── nl
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── pl
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── pt_BR
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── ru
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── sk
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── sv
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── uk
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   ├── zh_CN
│   │   │   └── LC_MESSAGES
│   │   │   ├── django.mo
│   │   │   └── django.po
│   │   └── zh_Hans
│   │   └── LC_MESSAGES
│   │   ├── django.mo
│   │   └── django.po
│   ├── management
│   │   ├── commands
│   │   │   ├── createinitialrevisions.py
│   │   │   ├── deleterevisions.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── createinitialrevisions.cpython-37.pyc
│   │   │   ├── deleterevisions.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── middleware.py
│   ├── migrations
│   │   ├── 0001_squashed_0004_auto_20160611_1202.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── 0001_squashed_0004_auto_20160611_1202.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── models.py
│   ├── __pycache__
│   │   ├── admin.cpython-37.pyc
│   │   ├── errors.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── middleware.cpython-37.pyc
│   │   ├── models.cpython-37.pyc
│   │   ├── revisions.cpython-37.pyc
│   │   ├── signals.cpython-37.pyc
│   │   └── views.cpython-37.pyc
│   ├── revisions.py
│   ├── signals.py
│   ├── templates
│   │   └── reversion
│   │   ├── change_list.html
│   │   ├── object_history.html
│   │   ├── recover_form.html
│   │   ├── recover_list.html
│   │   └── revision_form.html
│   └── views.py
└── nix-support
└── propagated-build-inputs
54 directories, 78 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment