Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.
Request Method: | GET |
---|---|
Request URL: | http://localhost/launch-control/dashboard/streams/ |
Django Version: | 1.2.5 |
Exception Type: | TemplateSyntaxError |
Exception Value: | Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found. |
Exception Location: | /usr/lib/pymodules/python2.6/django/template/defaulttags.py in render, line 385 |
Python Executable: | /usr/bin/python |
Python Version: | 2.6.5 |
Python Path: | ['/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Babel-0.9.5-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Trac-0.12.2-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Genshi-0.6-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Sphinx-1.0.7-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/docutils-0.7-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Jinja2-2.5.5-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Pygments-1.4-py2.6.egg', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0', '/usr/local/lib/python2.6/dist-packages', '/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info'] |
Server time: | Tue, 28 Jun 2011 12:02:30 +0000 |
In template /usr/share/launch-control/templates/dashboard_app/bundle_stream_list.html
, error at line 50
40 | {% block content %} |
---|---|
41 | {% autopaginate bundle_stream_list %} |
42 | {% if bundle_stream_list.count %} |
43 | <table class="data"> |
44 | <tr> |
45 | <th>Pathname</th> |
46 | <th>Name</th> |
47 | <th>Number of test runs</th> |
48 | <th>Number of bundles</th> |
49 | </tr> |
50 | {% for bundle_stream in bundle_stream_list %} |
51 | <tr> |
52 | <td>{{ bundle_stream.pathname }}</td> |
53 | <td>{{ bundle_stream.name|default:"<i>not set</i>" }}</td> |
54 | <td><a href="{% url dashboard_app.views.test_run_list bundle_stream.pathname %}">{{ bundle_stream.get_test_run_count }}</a></td> |
55 | <td><a href="{% url dashboard_app.views.bundle_list bundle_stream.pathname %}">{{ bundle_stream.bundles.count}}</a></td> |
56 | </tr> |
57 | {% endfor %} |
58 | </table> |
59 | {% else %} |
60 | {% if user.is_staff %} |
/usr/lib/pymodules/python2.6/django/core/handlers/base.py
in get_response
Variable | Value |
---|---|
callback | <function bundle_stream_list at 0x21d31294> |
callback_args | () |
callback_kwargs | {} |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
exceptions | <module 'django.core.exceptions' from '/usr/lib/pymodules/python2.6/django/core/exceptions.pyc'> |
middleware_method | <bound method TransactionMiddleware.process_exception of <django.middleware.transaction.TransactionMiddleware object at 0x217d78cc>> |
receivers | [(<function _rollback_on_exception at 0x218ef294>, None)] |
request | <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}> |
resolver | <RegexURLResolver dashboard_server.urls (None:None) ^/> |
response | None |
self | <django.core.handlers.wsgi.WSGIHandler object at 0xa9e0d3cc> |
settings | <django.conf.LazySettings object at 0xa9ca2cac> |
urlconf | 'dashboard_server.urls' |
urlresolvers | <module 'django.core.urlresolvers' from '/usr/lib/pymodules/python2.6/django/core/urlresolvers.py'> |
/usr/lib/pymodules/python2.6/dashboard_app/views.py
in bundle_stream_list
Variable | Value |
---|---|
request | <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}> |
/usr/lib/pymodules/python2.6/django/shortcuts/__init__.py
in render_to_response
Variable | Value |
---|---|
args | ('dashboard_app/bundle_stream_list.html',
{'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>],
'has_personal_streams': True,
'has_team_streams': False},
[{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}]) |
httpresponse_kwargs | {'mimetype': None} |
kwargs | {} |
/usr/lib/pymodules/python2.6/django/template/loader.py
in render_to_string
Variable | Value |
---|---|
context_instance | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
dictionary | {'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>],
'has_personal_streams': True,
'has_team_streams': False} |
t | <django.template.Template object at 0x2210d3cc> |
template_name | 'dashboard_app/bundle_stream_list.html' |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
self | <django.template.Template object at 0x2210d3cc> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in _render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
self | <django.template.Template object at 0x2210d3cc> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <ExtendsNode: extends "base.html"> |
self | [<ExtendsNode: extends "base.html">] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
node | <ExtendsNode: extends "base.html"> |
self | [<ExtendsNode: extends "base.html">] |
/usr/lib/pymodules/python2.6/django/template/loader_tags.py
in render
Variable | Value |
---|---|
block_context | <django.template.loader_tags.BlockContext object at 0x21ea310c> |
compiled_parent | <django.template.Template object at 0x221e296c> |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <ExtendsNode: extends "layouts/content_with_sidebar.html"> |
self | <ExtendsNode: extends "base.html"> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in _render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
self | <django.template.Template object at 0x221e296c> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <ExtendsNode: extends "layouts/content_with_sidebar.html"> |
self | [<ExtendsNode: extends "layouts/content_with_sidebar.html">] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
node | <ExtendsNode: extends "layouts/content_with_sidebar.html"> |
self | [<ExtendsNode: extends "layouts/content_with_sidebar.html">] |
/usr/lib/pymodules/python2.6/django/template/loader_tags.py
in render
Variable | Value |
---|---|
block_context | <django.template.loader_tags.BlockContext object at 0x21ea310c> |
compiled_parent | <django.template.Template object at 0x221f224c> |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <ExtendsNode: extends "layouts/base.html"> |
self | <ExtendsNode: extends "layouts/content_with_sidebar.html"> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in _render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
self | <django.template.Template object at 0x221f224c> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <ExtendsNode: extends "layouts/base.html"> |
self | [<ExtendsNode: extends "layouts/base.html">] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
node | <ExtendsNode: extends "layouts/base.html"> |
self | [<ExtendsNode: extends "layouts/base.html">] |
/usr/lib/pymodules/python2.6/django/template/loader_tags.py
in render
Variable | Value |
---|---|
block_context | <django.template.loader_tags.BlockContext object at 0x21ea310c> |
blocks | {u'body': <Block Node: body. Contents: []>,
u'extrahead': <Block Node: extrahead. Contents: []>,
u'title': <Block Node: title. Contents: []>} |
compiled_parent | <django.template.Template object at 0x221f39ec> |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
n | <Block Node: body. Contents: []> |
node | <Variable Node: LANGUAGE_CODE> |
self | <ExtendsNode: extends "layouts/base.html"> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in _render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
self | <django.template.Template object at 0x221f39ec> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [u'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" lang="',
u'en-us',
u'" xml:lang="',
u'en-us',
u'" ',
'',
u'>\n <head>\n <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n <title>',
u'\n\nLaunch Control\n | Streams\n',
u'</title>\n ',
u'\n<link rel="stylesheet" type="text/css" href="/launch-control/static/css/default.css"/>\n<link href=\'http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic\' rel=\'stylesheet\' type=\'text/css\'>\n',
u'\n </head>\n <body>\n '] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <Block Node: body. Contents: []> |
self | [<Text Node: '<!DOCTYPE html PUBLIC "-/'>,
<Variable Node: LANGUAGE_CODE>,
<Text Node: '" xml:lang="'>,
<Variable Node: LANGUAGE_CODE>,
<Text Node: '" '>,
<If node>,
<Text Node: '>
<head>
<meta http'>,
<Block Node: title. Contents: []>,
<Text Node: '</title>
'>,
<Block Node: extrahead. Contents: []>,
<Text Node: '
</head>
<body>
'>,
<Block Node: body. Contents: []>,
<Text Node: '
</body>
</html>
'>] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
node | <Block Node: body. Contents: []> |
self | [<Text Node: '<!DOCTYPE html PUBLIC "-/'>,
<Variable Node: LANGUAGE_CODE>,
<Text Node: '" xml:lang="'>,
<Variable Node: LANGUAGE_CODE>,
<Text Node: '" '>,
<If node>,
<Text Node: '>
<head>
<meta http'>,
<Block Node: title. Contents: []>,
<Text Node: '</title>
'>,
<Block Node: extrahead. Contents: []>,
<Text Node: '
</head>
<body>
'>,
<Block Node: body. Contents: []>,
<Text Node: '
</body>
</html>
'>] |
/usr/lib/pymodules/python2.6/django/template/loader_tags.py
in render
Variable | Value |
---|---|
block | <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]> |
block_context | <django.template.loader_tags.BlockContext object at 0x21ea310c> |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
push | <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]> |
self | <Block Node: body. Contents: []> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [u'\n<table id="master_container">\n <tr>\n <td colspan="2" id="header">\n ',
u'\n <div id="account_info">\n \n Signed in as apache\n <a class="sign_out" href="/launch-control/accounts/logout/">Sign out</a>\n \n or visit <a class="admin_site" href="/launch-control/admin/"\n >admin interface</a>\n \n \n </div>\n <div id="product_logo">\n <a href="/launch-control/">Launch Control<span class="version">\n Version: 0.4c9\n </span></a>\n </div>\n',
u'\n </td>\n </tr>\n <tr id="navigation">\n <td colspan="2">\n ',
u'\n<ul class="menu">\n <li><a href="/launch-control/">Home</a></li>\n <li><a href="/launch-control/dashboard/streams/">Bundle Streams</a></li>\n <li><a href="/launch-control/dashboard/reports/">Reports</a></li>\n <li><a href="/launch-control/xml-rpc/">XML-RPC API</a></li>\n</ul>\n',
u'\n <div id="breadcrumbs">\n ',
u'\n<ul>\n <li>You are here: </li>\n <li><a href="/launch-control/">Home</a></li>\n \n<li><a href="/launch-control/dashboard/streams/">Bundle Streams</a></li>\n\n</ul>\n',
u'\n </div>\n <div style="clear: both;"></div>\n </td>\n </tr>\n <tr>\n <td id="content">\n '] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <Block Node: content. Contents: []> |
self | [<Text Node: '
<table id="master_contai'>,
<Block Node: header. Contents: []>,
<Text Node: '
</td>
</tr>
<tr '>,
<Block Node: navigation. Contents: []>,
<Text Node: '
<div id="breadcrum'>,
<Block Node: breadcrumbs_outer. Contents: []>,
<Text Node: '
</div>
<div '>,
<Block Node: content. Contents: []>,
<Text Node: '
</td>
<td id="si'>,
<Block Node: sidebar. Contents: []>,
<Text Node: '
</td>
</tr>
<tr>'>,
<Block Node: footer. Contents: []>,
<Text Node: '
</div>
'>] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
node | <Block Node: content. Contents: []> |
self | [<Text Node: '
<table id="master_contai'>,
<Block Node: header. Contents: []>,
<Text Node: '
</td>
</tr>
<tr '>,
<Block Node: navigation. Contents: []>,
<Text Node: '
<div id="breadcrum'>,
<Block Node: breadcrumbs_outer. Contents: []>,
<Text Node: '
</div>
<div '>,
<Block Node: content. Contents: []>,
<Text Node: '
</td>
<td id="si'>,
<Block Node: sidebar. Contents: []>,
<Text Node: '
</td>
</tr>
<tr>'>,
<Block Node: footer. Contents: []>,
<Text Node: '
</div>
'>] |
/usr/lib/pymodules/python2.6/django/template/loader_tags.py
in render
Variable | Value |
---|---|
block | <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]> |
block_context | <django.template.loader_tags.BlockContext object at 0x21ea310c> |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
push | <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]> |
self | <Block Node: content. Contents: []> |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [u'\n', u'', u'\n'] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <If node> |
self | [<Text Node: '
'>,
<pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>,
<Text Node: '
'>,
<If node>,
<Text Node: '
'>,
<django.template.InclusionNode object at 0x221697cc>,
<Text Node: '
'>] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
node | <If node> |
self | [<Text Node: '
'>,
<pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>,
<Text Node: '
'>,
<If node>,
<Text Node: '
'>,
<django.template.InclusionNode object at 0x221697cc>,
<Text Node: '
'>] |
/usr/lib/pymodules/python2.6/django/template/defaulttags.py
in render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
self | <If node> |
var | 2 |
/usr/lib/pymodules/python2.6/django/template/__init__.py
in render
Variable | Value |
---|---|
bits | [u'\n<table class="data">\n <tr>\n <th>Pathname</th>\n <th>Name</th>\n <th>Number of test runs</th>\n <th>Number of bundles</th>\n </tr>\n '] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
node | <For Node: for bundle_stream in bundle_stream_list, tail_len: 13> |
self | [<Text Node: '
<table class="data">
<'>,
<For Node: for bundle_stream in bundle_stream_list, tail_len: 13>,
<Text Node: '
</table>
'>] |
/usr/lib/pymodules/python2.6/django/template/debug.py
in render_node
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | NoReverseMatch("Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
exc_info | <built-in function exc_info> |
node | <For Node: for bundle_stream in bundle_stream_list, tail_len: 13> |
self | [<Text Node: '
<table class="data">
<'>,
<For Node: for bundle_stream in bundle_stream_list, tail_len: 13>,
<Text Node: '
</table>
'>] |
wrapped | TemplateSyntaxError(u"Caught NoReverseMatch while rendering: Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
/usr/lib/pymodules/python2.6/django/template/defaulttags.py
in render
Variable | Value |
---|---|
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
i | 1 |
item | <BundleStream: /anonymous/test_bundle/> |
len_values | 2 |
loop_dict | {'counter': 2,
'counter0': 1,
'first': False,
'last': True,
'parentloop': {},
'revcounter': 1,
'revcounter0': 0} |
node | <django.template.defaulttags.URLNode object at 0x221ed7cc> |
nodelist | [u'\n <tr>\n <td>',
u'/anonymous/test-bundle/',
u'</td>\n <td>',
u'test-bundle',
u'</td>\n <td><a href="',
'/launch-control/dashboard/streams/anonymous/test-bundle/',
u'">',
u'0',
u'</a></td>\n <td><a href="',
'/launch-control/dashboard/streams/anonymous/test-bundle/+bundles',
u'">',
u'0',
u'</a></td>\n </tr>\n ',
u'\n <tr>\n <td>',
u'/anonymous/test_bundle/',
u'</td>\n <td>',
u'test_bundle',
u'</td>\n <td><a href="'] |
parentloop | {} |
pop_context | False |
self | <For Node: for bundle_stream in bundle_stream_list, tail_len: 13> |
unpack | False |
values | [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>] |
/usr/lib/pymodules/python2.6/django/template/defaulttags.py
in render
Variable | Value |
---|---|
NoReverseMatch | <class 'django.core.urlresolvers.NoReverseMatch'> |
arg | <django.template.FilterExpression object at 0x221ed8ec> |
args | [u'/anonymous/test_bundle/'] |
context | [{}, {'csrf_token': <django.utils.functional.__proxy__ object at 0x2210d7ec>}, {'perms': <django.utils.functional.__proxy__ object at 0x2210d54c>, 'messages': <django.utils.functional.__proxy__ object at 0x2210d3ac>, 'user': <django.utils.functional.SimpleLazyObject object at 0x2210d52c>}, {}, {'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bn', 'Bengali'), ('bs', 'Bosnian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('en-gb', 'British English'), ('es', 'Spanish'), ('es-ar', 'Argentinian Spanish'), ('et', 'Estonian'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('fy-nl', 'Frisian'), ('ga', 'Irish'), ('gl', 'Galician'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('km', 'Khmer'), ('kn', 'Kannada'), ('ko', 'Korean'), ('lt', 'Lithuanian'), ('lv', 'Latvian'), ('mk', 'Macedonian'), ('ml', 'Malayalam'), ('mn', 'Mongolian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('nb', 'Norwegian Bokmal'), ('nn', 'Norwegian Nynorsk'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sq', 'Albanian'), ('sr', 'Serbian'), ('sr-latn', 'Serbian Latin'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('vi', 'Vietnamese'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese')), 'LANGUAGE_BIDI': False, 'LANGUAGE_CODE': 'en-us'}, {'MEDIA_URL': '/launch-control/media/'}, {'request': <WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{'JSESSIONID': 'F0701EE185BA0953C53200DEC6075819',
'csrftoken': '7f4db2fada12bc09d59f1450389dad8b',
'sessionid': '264ae5e190f6c53b1d60b9b87ae86e90'},
META:{'CSRF_COOKIE': '7f4db2fada12bc09d59f1450389dad8b',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'GB2312,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'ja,zh-cn;q=0.7,zh;q=0.3',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819',
'HTTP_HOST': 'localhost',
'HTTP_KEEP_ALIVE': '115',
'HTTP_REFERER': 'http://localhost/launch-control',
'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/dashboard/streams/',
'PATH_TRANSLATED': '/var/www/dashboard/streams/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_PORT': '34798',
'REQUEST_METHOD': 'GET',
'REQUEST_URI': '/launch-control/dashboard/streams/',
'SCRIPT_FILENAME': '/etc/launch-control/web-server/apache2/standard.wsgi',
'SCRIPT_NAME': u'/launch-control',
'SERVER_ADDR': '127.0.0.1',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'localhost',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'mod_wsgi.application_group': '127.0.1.1|/launch-control',
'mod_wsgi.callable_object': 'application',
'mod_wsgi.listener_host': '',
'mod_wsgi.listener_port': '80',
'mod_wsgi.process_group': '',
'mod_wsgi.reload_mechanism': '0',
'mod_wsgi.script_reloading': '1',
'mod_wsgi.version': (2, 8),
'wsgi.errors': <mod_wsgi.Log object at 0x22166fc0>,
'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0>,
'wsgi.input': <mod_wsgi.Input object at 0x22148db8>,
'wsgi.multiprocess': True,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>}, {'project_version': (0, 4, 0, 'candidate', 9)}, {'STATIC_URL': '/launch-control/static/'}, {'has_personal_streams': True, 'has_team_streams': False, 'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>]}, {'block': <Block Node: body. Contents: [<Text Node: '
<table id="master_contai'>, <Block Node: header. Contents: []>, <Text Node: '
</td>
</tr>
<tr '>, <Block Node: navigation. Contents: []>, <Text Node: '
<div id="breadcrum'>, <Block Node: breadcrumbs_outer. Contents: []>, <Text Node: '
</div>
<div '>, <Block Node: content. Contents: []>, <Text Node: '
</td>
<td id="si'>, <Block Node: sidebar. Contents: []>, <Text Node: '
</td>
</tr>
<tr>'>, <Block Node: footer. Contents: []>, <Text Node: '
</div>
'>]>}, {'paginator': <django.core.paginator.Paginator object at 0x221f3f0c>, 'page_obj': <Page 1 of 1>, u'bundle_stream_list': [<BundleStream: /anonymous/test-bundle/>, <BundleStream: /anonymous/test_bundle/>], 'block': <Block Node: content. Contents: [<Text Node: '
'>, <pagination.templatetags.pagination_tags.AutoPaginateNode object at 0x220f9bac>, <Text Node: '
'>, <If node>, <Text Node: '
'>, <django.template.InclusionNode object at 0x221697cc>, <Text Node: '
'>]>}, {'forloop': {'revcounter0': 0, 'last': True, 'counter': 2, 'parentloop': {}, 'revcounter': 1, 'counter0': 1, 'first': False}, u'bundle_stream': <BundleStream: /anonymous/test_bundle/>}] |
e | NoReverseMatch("Reverse for 'dashboard_app.views.test_run_list' with arguments '(u'/anonymous/test_bundle/',)' and keyword arguments '{}' not found.",) |
kwargs | {} |
project_name | 'dashboard_server' |
reverse | <function reverse at 0xa9ccfe64> |
self | <django.template.defaulttags.URLNode object at 0x221ed7cc> |
url | '' |
No GET data
No POST data
No FILES data
Variable | Value |
---|---|
csrftoken | '7f4db2fada12bc09d59f1450389dad8b' |
sessionid | '264ae5e190f6c53b1d60b9b87ae86e90' |
JSESSIONID | 'F0701EE185BA0953C53200DEC6075819' |
Variable | Value |
---|---|
CSRF_COOKIE | '7f4db2fada12bc09d59f1450389dad8b' |
DOCUMENT_ROOT | '/var/www' |
GATEWAY_INTERFACE | 'CGI/1.1' |
HTTP_ACCEPT | 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' |
HTTP_ACCEPT_CHARSET | 'GB2312,utf-8;q=0.7,*;q=0.7' |
HTTP_ACCEPT_ENCODING | 'gzip, deflate' |
HTTP_ACCEPT_LANGUAGE | 'ja,zh-cn;q=0.7,zh;q=0.3' |
HTTP_CONNECTION | 'keep-alive' |
HTTP_COOKIE | 'csrftoken=7f4db2fada12bc09d59f1450389dad8b; sessionid=264ae5e190f6c53b1d60b9b87ae86e90; JSESSIONID=F0701EE185BA0953C53200DEC6075819' |
HTTP_HOST | 'localhost' |
HTTP_KEEP_ALIVE | '115' |
HTTP_REFERER | 'http://localhost/launch-control' |
HTTP_USER_AGENT | 'Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1' |
PATH | '/usr/local/bin:/usr/bin:/bin' |
PATH_INFO | u'/dashboard/streams/' |
PATH_TRANSLATED | '/var/www/dashboard/streams/' |
QUERY_STRING | '' |
REMOTE_ADDR | '127.0.0.1' |
REMOTE_PORT | '34798' |
REQUEST_METHOD | 'GET' |
REQUEST_URI | '/launch-control/dashboard/streams/' |
SCRIPT_FILENAME | '/etc/launch-control/web-server/apache2/standard.wsgi' |
SCRIPT_NAME | u'/launch-control' |
SERVER_ADDR | '127.0.0.1' |
SERVER_ADMIN | 'webmaster@localhost' |
SERVER_NAME | 'localhost' |
SERVER_PORT | '80' |
SERVER_PROTOCOL | 'HTTP/1.1' |
SERVER_SIGNATURE | '<address>Apache/2.2.14 (Ubuntu) Server at localhost Port 80</address>\n' |
SERVER_SOFTWARE | 'Apache/2.2.14 (Ubuntu)' |
mod_wsgi.application_group | '127.0.1.1|/launch-control' |
mod_wsgi.callable_object | 'application' |
mod_wsgi.listener_host | '' |
mod_wsgi.listener_port | '80' |
mod_wsgi.process_group | '' |
mod_wsgi.reload_mechanism | '0' |
mod_wsgi.script_reloading | '1' |
mod_wsgi.version | (2, 8) |
wsgi.errors | <mod_wsgi.Log object at 0x22166fc0> |
wsgi.file_wrapper | <built-in method file_wrapper of mod_wsgi.Adapter object at 0x2211c9b0> |
wsgi.input | <mod_wsgi.Input object at 0x22148db8> |
wsgi.multiprocess | True |
wsgi.multithread | True |
wsgi.run_once | False |
wsgi.url_scheme | 'http' |
wsgi.version | (1, 0) |
dashboard_server.settings.debian
Setting | Value |
---|---|
ABSOLUTE_URL_OVERRIDES | {} |
ADMINS | (('launch-control Administrator', 'root@localhost'),) |
ADMIN_FOR | () |
ADMIN_MEDIA_PREFIX | '/launch-control/static/admin/' |
ALLOWED_INCLUDE_ROOTS | () |
APPEND_SLASH | True |
APP_URL_PREFIX | '' |
AUTHENTICATION_BACKENDS | ('django_openid_auth.auth.OpenIDBackend',
'django.contrib.auth.backends.ModelBackend') |
BANNED_IPS | () |
CACHE_BACKEND | 'locmem://' |
CACHE_MIDDLEWARE_KEY_PREFIX | '' |
CACHE_MIDDLEWARE_SECONDS | 600 |
COMMENTS_ALLOW_PROFANITIES | False |
COMMENTS_BANNED_USERS_GROUP | None |
COMMENTS_FIRST_FEW | 0 |
COMMENTS_MODERATORS_GROUP | None |
COMMENTS_SKETCHY_USERS_GROUP | None |
CSRF_COOKIE_DOMAIN | None |
CSRF_COOKIE_NAME | 'csrftoken' |
CSRF_FAILURE_VIEW | 'django.views.csrf.csrf_failure' |
DATABASES | {'default': {'ENGINE': 'django.db.backends.sqlite3',
'HOST': '',
'NAME': '/var/lib/dbconfig-common/sqlite3/launch-control/launchcontrol',
'OPTIONS': {},
'PASSWORD': '********************',
'PORT': '',
'TEST_CHARSET': None,
'TEST_COLLATION': None,
'TEST_MIRROR': None,
'TEST_NAME': None,
'TIME_ZONE': 'UTC',
'USER': ''}} |
DATABASE_ENGINE | '' |
DATABASE_HOST | '' |
DATABASE_NAME | '' |
DATABASE_OPTIONS | {} |
DATABASE_PASSWORD | '********************' |
DATABASE_PORT | '' |
DATABASE_ROUTERS | [] |
DATABASE_USER | '' |
DATAREPORT_DIRS | ['/etc/launch-control/reports/'] |
DATAVIEW_DIRS | ['/etc/launch-control/views/'] |
DATA_URL_PREFIX | 'launch-control/' |
DATETIME_FORMAT | 'N j, Y, P' |
DATETIME_INPUT_FORMATS | ('%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M',
'%Y-%m-%d',
'%m/%d/%Y %H:%M:%S',
'%m/%d/%Y %H:%M',
'%m/%d/%Y',
'%m/%d/%y %H:%M:%S',
'%m/%d/%y %H:%M',
'%m/%d/%y') |
DATE_FORMAT | 'N j, Y' |
DATE_INPUT_FORMATS | ('%Y-%m-%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d %Y',
'%b %d, %Y',
'%d %b %Y',
'%d %b, %Y',
'%B %d %Y',
'%B %d, %Y',
'%d %B %Y',
'%d %B, %Y') |
DEBUG | u'True' |
DEBUG_PROPAGATE_EXCEPTIONS | False |
DECIMAL_SEPARATOR | '.' |
DEFAULT_CHARSET | 'utf-8' |
DEFAULT_CONTENT_TYPE | 'text/html' |
DEFAULT_FILE_STORAGE | 'django.core.files.storage.FileSystemStorage' |
DEFAULT_FROM_EMAIL | 'webmaster@localhost' |
DEFAULT_INDEX_TABLESPACE | '' |
DEFAULT_TABLESPACE | '' |
DISALLOWED_USER_AGENTS | () |
EMAIL_BACKEND | 'django.core.mail.backends.smtp.EmailBackend' |
EMAIL_HOST | 'localhost' |
EMAIL_HOST_PASSWORD | '********************' |
EMAIL_HOST_USER | '' |
EMAIL_PORT | 25 |
EMAIL_SUBJECT_PREFIX | '[Django] ' |
EMAIL_USE_TLS | False |
FILE_CHARSET | 'utf-8' |
FILE_UPLOAD_HANDLERS | ('django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler') |
FILE_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
FILE_UPLOAD_PERMISSIONS | None |
FILE_UPLOAD_TEMP_DIR | None |
FIRST_DAY_OF_WEEK | 0 |
FIXTURE_DIRS | () |
FORCE_SCRIPT_NAME | None |
FORMAT_MODULE_PATH | None |
IGNORABLE_404_ENDS | ('mail.pl', 'mailform.pl', 'mail.cgi', 'mailform.cgi', 'favicon.ico', '.php') |
IGNORABLE_404_STARTS | ('/cgi-bin/', '/_vti_bin', '/_vti_inf') |
INSTALLED_APPS | ['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.markup',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.humanize',
'django_openid_auth',
'django_restricted_resource',
'staticfiles',
'dashboard_app',
'pagination',
'django.contrib.admin',
'django.contrib.admindocs',
'south'] |
INTERNAL_IPS | () |
LANGUAGES | (('ar', 'Arabic'),
('bg', 'Bulgarian'),
('bn', 'Bengali'),
('bs', 'Bosnian'),
('ca', 'Catalan'),
('cs', 'Czech'),
('cy', 'Welsh'),
('da', 'Danish'),
('de', 'German'),
('el', 'Greek'),
('en', 'English'),
('en-gb', 'British English'),
('es', 'Spanish'),
('es-ar', 'Argentinian Spanish'),
('et', 'Estonian'),
('eu', 'Basque'),
('fa', 'Persian'),
('fi', 'Finnish'),
('fr', 'French'),
('fy-nl', 'Frisian'),
('ga', 'Irish'),
('gl', 'Galician'),
('he', 'Hebrew'),
('hi', 'Hindi'),
('hr', 'Croatian'),
('hu', 'Hungarian'),
('id', 'Indonesian'),
('is', 'Icelandic'),
('it', 'Italian'),
('ja', 'Japanese'),
('ka', 'Georgian'),
('km', 'Khmer'),
('kn', 'Kannada'),
('ko', 'Korean'),
('lt', 'Lithuanian'),
('lv', 'Latvian'),
('mk', 'Macedonian'),
('ml', 'Malayalam'),
('mn', 'Mongolian'),
('nl', 'Dutch'),
('no', 'Norwegian'),
('nb', 'Norwegian Bokmal'),
('nn', 'Norwegian Nynorsk'),
('pl', 'Polish'),
('pt', 'Portuguese'),
('pt-br', 'Brazilian Portuguese'),
('ro', 'Romanian'),
('ru', 'Russian'),
('sk', 'Slovak'),
('sl', 'Slovenian'),
('sq', 'Albanian'),
('sr', 'Serbian'),
('sr-latn', 'Serbian Latin'),
('sv', 'Swedish'),
('ta', 'Tamil'),
('te', 'Telugu'),
('th', 'Thai'),
('tr', 'Turkish'),
('uk', 'Ukrainian'),
('vi', 'Vietnamese'),
('zh-cn', 'Simplified Chinese'),
('zh-tw', 'Traditional Chinese')) |
LANGUAGES_BIDI | ('he', 'ar', 'fa') |
LANGUAGE_CODE | 'en-us' |
LANGUAGE_COOKIE_NAME | 'django_language' |
LOCALE_PATHS | () |
LOGIN_REDIRECT_URL | '/launch-control/' |
LOGIN_URL | '/accounts/login/' |
LOGOUT_URL | '/accounts/logout/' |
MANAGERS | (('launch-control Administrator', 'root@localhost'),) |
MEDIA_ROOT | '/var/lib/launch-control/media/' |
MEDIA_URL | '/launch-control/media/' |
MESSAGE_STORAGE | 'django.contrib.messages.storage.user_messages.LegacyFallbackStorage' |
MIDDLEWARE_CLASSES | ('django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.transaction.TransactionMiddleware',
'pagination.middleware.PaginationMiddleware') |
MONTH_DAY_FORMAT | 'F j' |
NUMBER_GROUPING | 0 |
OPENID_CREATE_USERS | True |
OPENID_SSO_SERVER_URL | 'https://login.ubuntu.com/' |
OPENID_UPDATE_DETAILS_FROM_SREG | True |
PASSWORD_RESET_TIMEOUT_DAYS | '********************' |
PREPEND_WWW | False |
PROFANITIES_LIST | '********************' |
RESTRUCTUREDTEXT_FILTER_SETTINGS | {'initial_header_level': 4} |
ROOT_URLCONF | 'dashboard_server.urls' |
SECRET_KEY | '********************' |
SEND_BROKEN_LINK_EMAILS | False |
SERVER_EMAIL | 'root@localhost' |
SESSION_COOKIE_AGE | 1209600 |
SESSION_COOKIE_DOMAIN | None |
SESSION_COOKIE_NAME | 'sessionid' |
SESSION_COOKIE_PATH | '/' |
SESSION_COOKIE_SECURE | False |
SESSION_ENGINE | 'django.contrib.sessions.backends.db' |
SESSION_EXPIRE_AT_BROWSER_CLOSE | False |
SESSION_FILE_PATH | None |
SESSION_SAVE_EVERY_REQUEST | False |
SETTINGS_MODULE | 'dashboard_server.settings.debian' |
SHORT_DATETIME_FORMAT | 'm/d/Y P' |
SHORT_DATE_FORMAT | 'm/d/Y' |
SITE_ID | 1 |
SKIP_SOUTH_TESTS | True |
STATICFILES_DIRS | [('', '/usr/share/launch-control/htdocs')] |
STATICFILES_MEDIA_DIRNAMES | ('media', 'static') |
STATIC_ROOT | '/var/lib/launch-control/static/' |
STATIC_URL | '/launch-control/static/' |
TEMPLATE_CONTEXT_PROCESSORS | ('django.core.context_processors.auth',
'django.core.context_processors.debug',
'django.core.context_processors.i18n',
'django.core.context_processors.media',
'django.core.context_processors.request',
'dashboard_app.context_processors.project_version',
'staticfiles.context_processors.static_url') |
TEMPLATE_DEBUG | True |
TEMPLATE_DIRS | ('/etc/launch-control/templates/', '/usr/share/launch-control/templates/') |
TEMPLATE_LOADERS | ('django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader') |
TEMPLATE_STRING_IF_INVALID | '' |
TEST_DATABASE_CHARSET | None |
TEST_DATABASE_COLLATION | None |
TEST_DATABASE_NAME | None |
TEST_RUNNER | 'django.test.simple.DjangoTestSuiteRunner' |
THOUSAND_SEPARATOR | ',' |
TIME_FORMAT | 'P' |
TIME_INPUT_FORMATS | ('%H:%M:%S', '%H:%M') |
TIME_ZONE | 'UTC' |
TRANSACTIONS_MANAGED | False |
URL_VALIDATOR_USER_AGENT | 'Django/1.2.5 (http://www.djangoproject.com)' |
USE_ETAGS | False |
USE_I18N | True |
USE_L10N | True |
USE_THOUSAND_SEPARATOR | False |
YEAR_MONTH_FORMAT | 'F Y' |
You're seeing this error because you have DEBUG = True
in your
Django settings file. Change that to False
, and Django will
display a standard 500 page.