This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running setup.py install for critic | |
Found existing installation: distribute 0.6.10 | |
Uninstalling distribute: | |
Successfully uninstalled distribute | |
Running setup.py install for distribute | |
Before install bootstrap. | |
Scanning installed packages | |
Setuptools installation detected at /Users/jquick/.virtualenvs/cal/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg | |
Egg installation | |
Patching... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
('.py', | |
'.png', | |
'.css', | |
'.js', | |
'.txt', | |
'.htm', | |
'.gif', | |
'.html', | |
'.jpg', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Environment: | |
Request Method: GET | |
Request URL: http://m.washingtontimes.com/news/2009/jun/15/walpin-gate/ | |
Django Version: 1.1.1 | |
Python Version: 2.6.5 | |
Installed Applications: | |
['django.contrib.auth', | |
'django.contrib.contenttypes', | |
'django.contrib.sessions', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http:422 | |
throw new Error("This type of response MUST NOT have a body."); | |
^ | |
Error: This type of response MUST NOT have a body. | |
at ServerResponse.write (http:422:11) | |
at Object.handleError (/home/webdev/hummingbird/lib/hummingbird.js:113:9) | |
at Server.<anonymous> (/home/webdev/hummingbird/server.js:31:21) | |
at Server.emit (events:32:26) | |
at HTTPParser.onIncoming (http:815:10) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Environment: | |
Request Method: GET | |
Request URL: http://local.washingtontimes.com:8000/admin/ | |
Django Version: 1.1.2 | |
Python Version: 2.6.1 | |
Installed Applications: | |
['django.contrib.auth', | |
'django.contrib.contenttypes', | |
'django.contrib.sessions', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./manage.py copy_static_media | |
Copying admin_tools's media to /static | |
Copying django.contrib.admin's media to /static | |
Copying stories's media to /static | |
Copying categories's media to /static | |
Copying editor's media to /static | |
Traceback (most recent call last): | |
File "./manage.py", line 17, in <module> | |
execute_manager(settings) | |
File "/Users/nakundent/.virtualenvs/scout-n-go/lib/python2.5/site-packages/django/core/management/__init__.py", line 438, in execute_manager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CALLOWAY_ROOT = os.path.abspath(os.path.dirname(calloway.__file__)) | |
sys.path.insert(0, os.path.join(CALLOWAY_ROOT, 'apps')) | |
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__)) | |
sys.path.insert(0, os.path.join(PROJECT_ROOT, 'apps')) | |
sys.path.insert(0, os.path.join(PROJECT_ROOT, 'lib')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
install_dir /Users/jquick/Projects/Python/wpf/develop-eggs/tmpBVv0pebuild | |
Generated script '/Users/jquick/Projects/Python/wpf/bin/project-content'. | |
Generated script '/Users/jquick/Projects/Python/wpf/bin/project-content.wsgi'. | |
Generated script '/Users/jquick/Projects/Python/wpf/bin/project-content.fcgi'. | |
Installing docs-epydoc. | |
Generated script '/Users/jquick/Projects/Python/wpf/bin/docs-epydoc'. | |
Installing docs-sphinx. | |
Getting distribution for 'Sphinx'. | |
Got Sphinx 0.6.3. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Environment: | |
Request Method: GET | |
Request URL: http://localhost:8000/ | |
Django Version: 1.1.1 | |
Python Version: 2.6.1 | |
Installed Applications: | |
['south', | |
'wpf', | |
'nggm.cacheplus', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Environment: | |
Request Method: POST | |
Request URL: http://comstage.washingtontimes.com/admin/blog/entry/add/ | |
Django Version: 1.2.1 | |
Python Version: 2.6.5 | |
Installed Applications: | |
['django.contrib.auth', | |
'django.contrib.contenttypes', | |
'django.contrib.sessions', |