Skip to content

Instantly share code, notes, and snippets.

@rassie
Created July 8, 2011 15:41
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 rassie/1072115 to your computer and use it in GitHub Desktop.
Save rassie/1072115 to your computer and use it in GitHub Desktop.
$ git clone https://github.com/playfire/django-debug-toolbar-user-panel.git
Cloning into django-debug-toolbar-user-panel...
remote: Counting objects: 122, done.
remote: Compressing objects: 100% (107/107), done.
remote: Total 122 (delta 51), reused 52 (delta 9)
Receiving objects: 100% (122/122), 236.00 KiB, done.
Resolving deltas: 100% (51/51), done.
$ cd django-debug-toolbar-user-panel/
$ python setup.py install
running install
running bdist_egg
running egg_info
creating django_debug_toolbar_user_panel.egg-info
writing django_debug_toolbar_user_panel.egg-info/PKG-INFO
writing top-level names to django_debug_toolbar_user_panel.egg-info/top_level.txt
writing dependency_links to django_debug_toolbar_user_panel.egg-info/dependency_links.txt
writing django_debug_toolbar_user_panel.egg-info/PKG-INFO
writing top-level names to django_debug_toolbar_user_panel.egg-info/top_level.txt
writing dependency_links to django_debug_toolbar_user_panel.egg-info/dependency_links.txt
writing manifest file 'django_debug_toolbar_user_panel.egg-info/SOURCES.txt'
reading manifest file 'django_debug_toolbar_user_panel.egg-info/SOURCES.txt'
writing manifest file 'django_debug_toolbar_user_panel.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/debug_toolbar_user_panel
copying debug_toolbar_user_panel/__init__.py -> build/lib/debug_toolbar_user_panel
copying debug_toolbar_user_panel/forms.py -> build/lib/debug_toolbar_user_panel
copying debug_toolbar_user_panel/models.py -> build/lib/debug_toolbar_user_panel
copying debug_toolbar_user_panel/panels.py -> build/lib/debug_toolbar_user_panel
copying debug_toolbar_user_panel/urls.py -> build/lib/debug_toolbar_user_panel
copying debug_toolbar_user_panel/views.py -> build/lib/debug_toolbar_user_panel
creating build/lib/debug_toolbar_user_panel/templates
creating build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
copying debug_toolbar_user_panel/templates/debug_toolbar_user_panel/content.html -> build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
copying debug_toolbar_user_panel/templates/debug_toolbar_user_panel/panel.html -> build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/__init__.py -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/forms.py -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/models.py -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/panels.py -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/urls.py -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/views.py -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel
creating build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/templates
creating build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel/content.html -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel/panel.html -> build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
byte-compiling build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/forms.py to forms.pyc
byte-compiling build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/models.py to models.pyc
byte-compiling build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/panels.py to panels.pyc
byte-compiling build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/urls.py to urls.pyc
byte-compiling build/bdist.linux-x86_64/egg/debug_toolbar_user_panel/views.py to views.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying django_debug_toolbar_user_panel.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying django_debug_toolbar_user_panel.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying django_debug_toolbar_user_panel.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying django_debug_toolbar_user_panel.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/django_debug_toolbar_user_panel-0.1-py2.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing django_debug_toolbar_user_panel-0.1-py2.6.egg
Removing /home/prokosn/python/lib/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg
Copying django_debug_toolbar_user_panel-0.1-py2.6.egg to /home/prokosn/python/lib/python2.6/site-packages
django-debug-toolbar-user-panel 0.1 is already the active version in easy-install.pth
Installed /home/prokosn/python/lib/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg
Processing dependencies for django-debug-toolbar-user-panel==0.1
Finished processing dependencies for django-debug-toolbar-user-panel==0.1
$ find /home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/__init__.py
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/forms.py
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/models.py
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/panels.py
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/urls.py
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/views.py
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/__init__.pyc
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/forms.pyc
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/models.pyc
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/panels.pyc
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/urls.pyc
/home/prokosn/python/lib/python2.6/site-packages/debug_toolbar_user_panel/views.pyc
$ mkdir tmp
$ python setup.py install --root tmp/
running install
running build
running build_py
running install_lib
creating tmp/home
creating tmp/home/prokosn
creating tmp/home/prokosn/python
creating tmp/home/prokosn/python/lib64
creating tmp/home/prokosn/python/lib64/python2.6
creating tmp/home/prokosn/python/lib64/python2.6/site-packages
creating tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/__init__.py -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/forms.py -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/models.py -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/panels.py -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/urls.py -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/views.py -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
creating tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates
creating tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel/content.html -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
copying build/lib/debug_toolbar_user_panel/templates/debug_toolbar_user_panel/panel.html -> tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
byte-compiling tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/__init__.py to __init__.pyc
byte-compiling tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/forms.py to forms.pyc
byte-compiling tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/models.py to models.pyc
byte-compiling tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/panels.py to panels.pyc
byte-compiling tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/urls.py to urls.pyc
byte-compiling tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/views.py to views.pyc
running install_egg_info
running egg_info
writing django_debug_toolbar_user_panel.egg-info/PKG-INFO
writing top-level names to django_debug_toolbar_user_panel.egg-info/top_level.txt
writing dependency_links to django_debug_toolbar_user_panel.egg-info/dependency_links.txt
writing django_debug_toolbar_user_panel.egg-info/PKG-INFO
writing top-level names to django_debug_toolbar_user_panel.egg-info/top_level.txt
writing dependency_links to django_debug_toolbar_user_panel.egg-info/dependency_links.txt
reading manifest file 'django_debug_toolbar_user_panel.egg-info/SOURCES.txt'
writing manifest file 'django_debug_toolbar_user_panel.egg-info/SOURCES.txt'
Copying django_debug_toolbar_user_panel.egg-info to tmp/home/prokosn/python/lib64/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg-info
running install_scripts
$ find tmp/
tmp/
tmp/home
tmp/home/prokosn
tmp/home/prokosn/python
tmp/home/prokosn/python/lib64
tmp/home/prokosn/python/lib64/python2.6
tmp/home/prokosn/python/lib64/python2.6/site-packages
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/__init__.py
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/forms.py
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/models.py
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/panels.py
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/urls.py
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/views.py
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates/debug_toolbar_user_panel
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates/debug_toolbar_user_panel/content.html
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/templates/debug_toolbar_user_panel/panel.html
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/__init__.pyc
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/forms.pyc
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/models.pyc
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/panels.pyc
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/urls.pyc
tmp/home/prokosn/python/lib64/python2.6/site-packages/debug_toolbar_user_panel/views.pyc
tmp/home/prokosn/python/lib64/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg-info
tmp/home/prokosn/python/lib64/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg-info/PKG-INFO
tmp/home/prokosn/python/lib64/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg-info/top_level.txt
tmp/home/prokosn/python/lib64/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg-info/dependency_links.txt
tmp/home/prokosn/python/lib64/python2.6/site-packages/django_debug_toolbar_user_panel-0.1-py2.6.egg-info/SOURCES.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment