Skip to content

Instantly share code, notes, and snippets.

@AntelopeSalad
Last active August 29, 2015 13:55
Show Gist options
  • Save AntelopeSalad/8693085 to your computer and use it in GitHub Desktop.
Save AntelopeSalad/8693085 to your computer and use it in GitHub Desktop.
['/home/nick/Development/Django/myproject', '/home/nick/Apps/pycharm-3.0.2/helpers/pydev', '/home/nick/.virtualenvs/myproject/local/lib/python3.3/dist-packages/setuptools-1.1.5-py3.3.egg', '/home/nick/.virtualenvs/myproject/local/lib/python3.3/dist-packages/pip-1.4.1-py3.3.egg', '/usr/local/lib/python3.3/dist-packages/setuptools-1.1.5-py3.3.egg', '/usr/local/lib/python3.3/dist-packages/pip-1.4.1-py3.3.egg', '/usr/lib/python3.3', '/usr/lib/python3.3/plat-i386-linux-gnu', '/usr/lib/python3.3/lib-dynload', '/home/nick/.virtualenvs/myproject/local/lib/python3.3/dist-packages', '/usr/local/lib/python3.3/dist-packages', '/usr/lib/python3/dist-packages', '/home/nick/Development/Django/myproject', '/home/nick/Apps/pycharm-3.0.2/helpers/pycharm', '/home/nick/Apps/pycharm-3.0.2/helpers/pydev']
~/Development/Django/myproject on master▲
$ tree -d
.
├── myproject
│   ├── account_settings
│   │   ├── __pycache__
│   │   └── templates
│   │   └── account_settings
│   ├── core
│   │   └── __pycache__
│   ├── myapp
│   │   ├── migrations
│   │   │   └── __pycache__
│   │   ├── __pycache__
│   │   ├── static
│   │   │   └── myapp
│   │   │   └── css
│   │   └── templates
│   │   └── myapp
│   ├── __pycache__
│   ├── static
│   │   └── myproject
│   │   ├── css
│   │   │   └── vendor
│   │   ├── images
│   │   └── javascript
│   │   └── vendor
│   └── templates
│   └── myproject
│   ├── account
│   └── includes
├── public
└── __pycache__
$ tree . -L 2
.
├── manage.py
├── myproject
│   ├── account_settings
│   ├── core
│   ├── fabfile.py
│   ├── __init__.py
│   ├── myapp
│   ├── __pycache__
│   ├── requirements.txt
│   ├── settings.py
│   ├── static
│   ├── templates
│   ├── urls.py
│   └── wsgi.py
├── public
└── __pycache__
└── manage.cpython-33.pyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment