Share Pastebin
Guest
Public paste!

my declarative base

By: a guest | Mar 16th, 2010 | Syntax: Python | Size: 123.94 KB | Hits: 66 | Expires: Never
Copy text to clipboard
  1.  
  2. TemplateSyntaxError at /admin/
  3.  
  4. Caught an exception while rendering: user
  5.  
  6. Request Method:         GET
  7. Request URL:    http://s.ecsdev.ep3.at/admin/
  8. Exception Type:         TemplateSyntaxError
  9. Exception Value:        
  10.  
  11. Caught an exception while rendering: user
  12.  
  13. Exception Location:     /home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py in render_node, line 81
  14. Python Executable:      /usr/bin/python
  15. Python Version:         2.6.4
  16. Python Path:    ['/home/shredder/environment/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg', '/home/shredder/environment/lib/python2.6/site-packages/pip-0.6.3-py2.6.egg', '/home/shredder/environment/lib/python2.6/site-packages/django_compound_field-0.1-py2.6.egg', '/home/shredder/environment/lib/python2.6/site-packages', '/home/ecsdev/baseline/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg', '/home/ecsdev/baseline/lib/python2.6/site-packages/pip-0.6.1-py2.6.egg', '/home/ecsdev/baseline/lib/python2.6', '/home/ecsdev/baseline/lib/python2.6/plat-linux2', '/home/ecsdev/baseline/lib/python2.6/lib-tk', '/home/ecsdev/baseline/lib/python2.6/lib-old', '/home/ecsdev/baseline/lib/python2.6/lib-dynload', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib64/python2.6/lib-tk', '/home/ecsdev/baseline/lib/python2.6/site-packages', '/home/shredder/src/ecs/..', '/home/shredder/src/ecs']
  17. Server time:    Di, 16 Mär 2010 09:34:49 +0100
  18. Template error
  19.  
  20. In template /home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/templates/admin/index.html, error at line 56
  21. Caught an exception while rendering: user
  22. 46      {% endif %}
  23. 47      </div>
  24. 48      {% endblock %}
  25. 49      
  26. 50      {% block sidebar %}
  27. 51      <div id="content-related">
  28. 52      <div class="module" id="recent-actions-module">
  29. 53      <h2>{% trans 'Recent Actions' %}</h2>
  30. 54      <h3>{% trans 'My Actions' %}</h3>
  31. 55      {% load log %}
  32. 56      {% get_admin_log 10 as admin_log for_user user %}
  33. 57      {% if not admin_log %}
  34. 58      <p>{% trans 'None available' %}</p>
  35. 59      {% else %}
  36. 60      <ul class="actionlist">
  37. 61      {% for entry in admin_log %}
  38. 62      <li class="{% if entry.is_addition %}addlink{% endif %}{% if entry.is_change %}changelink{% endif %}{% if entry.is_deletion %}deletelink{% endif %}">
  39. 63      {% if entry.is_deletion %}
  40. 64      {{ entry.object_repr }}
  41. 65      {% else %}
  42. 66      <a href="{{ entry.get_admin_url }}">{{ entry.object_repr }}</a>
  43. Traceback Switch to copy-and-paste view
  44.  
  45.     * /home/shredder/environment/lib/python2.6/site-packages/django/core/handlers/base.py in get_response
  46.         85. # Apply view middleware
  47.         86. for middleware_method in self._view_middleware:
  48.         87. response = middleware_method(request, callback, callback_args, callback_kwargs)
  49.         88. if response:
  50.         89. return response
  51.         90.
  52.         91. try:
  53.         92. response = callback(request, *callback_args, **callback_kwargs) ...
  54.         93. except Exception, e:
  55.         94. # If the view raised an exception, run it through exception
  56.         95. # middleware, and if the exception middleware returns a
  57.         96. # response, use that. Otherwise, reraise the exception.
  58.         97. for middleware_method in self._exception_middleware:
  59.         98. response = middleware_method(request, e)
  60.       ▶ Local vars
  61.       Variable  Value
  62.       callback  
  63.       <function index at 0x7f5e38eed140>
  64.       callback_args    
  65.       ()
  66.       callback_kwargs  
  67.       {}
  68.       e        
  69.       TemplateSyntaxError(u'Caught an exception while rendering: user',)
  70.       exc_info  
  71.       (<class 'django.template.TemplateSyntaxError'>, TemplateSyntaxError(u'Caught an exception while rendering: user',), <traceback object at 0x7f5e3a165dd0>)
  72.       exceptions        
  73.       <module 'django.core.exceptions' from '/home/shredder/environment/lib/python2.6/site-packages/django/core/exceptions.pyc'>
  74.       middleware_method        
  75.       <bound method TransactionMiddleware.process_exception of <django.middleware.transaction.TransactionMiddleware object at 0x7f5e38418290>>
  76.       receivers        
  77.       [(<function _rollback_on_exception at 0x7f5e383ad050>, None)]
  78.       request  
  79.       <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>
  80.       resolver  
  81.       <RegexURLResolver ecs.urls (None:None) ^/>
  82.       response  
  83.       None
  84.       self      
  85.       <django.core.handlers.wsgi.WSGIHandler object at 0x7f5e38081210>
  86.       settings  
  87.       <django.conf.LazySettings object at 0x7f5e38026310>
  88.       urlconf  
  89.       'ecs.urls'
  90.       urlresolvers      
  91.       <module 'django.core.urlresolvers' from '/home/shredder/environment/lib/python2.6/site-packages/django/core/urlresolvers.pyc'>
  92.     * /home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/sites.py in wrapper
  93.        189. return update_wrapper(inner, view)
  94.        190.
  95.        191. def get_urls(self):
  96.        192. from django.conf.urls.defaults import patterns, url, include
  97.        193.
  98.        194. def wrap(view, cacheable=False):
  99.        195. def wrapper(*args, **kwargs):
  100.        196. return self.admin_view(view, cacheable)(*args, **kwargs) ...
  101.        197. return update_wrapper(wrapper, view)
  102.        198.
  103.        199. # Admin-site-wide views.
  104.        200. urlpatterns = patterns('',
  105.        201. url(r'^$',
  106.        202. wrap(self.index),
  107.       ▶ Local vars
  108.       Variable  Value
  109.       args      
  110.       (<WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>,)
  111.       cacheable        
  112.       False
  113.       kwargs    
  114.       {}
  115.       self      
  116.       <django.contrib.admin.sites.AdminSite object at 0x7f5e387c7b90>
  117.       view      
  118.       <bound method AdminSite.index of <django.contrib.admin.sites.AdminSite object at 0x7f5e387c7b90>>
  119.     * /home/shredder/environment/lib/python2.6/site-packages/django/views/decorators/cache.py in _wrapped_view_func
  120.         37.
  121.         38. def never_cache(view_func):
  122.         39. """
  123.        40. Decorator that adds headers to a response so that it will
  124.        41. never be cached.
  125.        42. """
  126.         43. def _wrapped_view_func(request, *args, **kwargs):
  127.         44. response = view_func(request, *args, **kwargs) ...
  128.         45. add_never_cache_headers(response)
  129.         46. return response
  130.         47. return wraps(view_func)(_wrapped_view_func)
  131.       ▶ Local vars
  132.       Variable  Value
  133.       args      
  134.       ()
  135.       kwargs    
  136.       {}
  137.       request  
  138.       <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>
  139.       view_func        
  140.       <function inner at 0x7f5e39f92668>
  141.     * /home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/sites.py in inner
  142.        179. By default, admin_views are marked non-cacheable using the
  143.        180. ``never_cache`` decorator. If the view can be safely cached, set
  144.        181. cacheable=True.
  145.        182. """
  146.       183. def inner(request, *args, **kwargs):
  147.       184. if not self.has_permission(request):
  148.       185. return self.login(request)
  149.       186. return view(request, *args, **kwargs) ...
  150.       187. if not cacheable:
  151.       188. inner = never_cache(inner)
  152.       189. return update_wrapper(inner, view)
  153.       190.
  154.       191. def get_urls(self):
  155.       192. from django.conf.urls.defaults import patterns, url, include
  156.      ▶ Local vars
  157.       Variable  Value
  158.       args      
  159.      ()
  160.       kwargs    
  161.      {}
  162.       request  
  163.      <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>
  164.       self      
  165.      <django.contrib.admin.sites.AdminSite object at 0x7f5e387c7b90>
  166.       view      
  167.      <bound method AdminSite.index of <django.contrib.admin.sites.AdminSite object at 0x7f5e387c7b90>>
  168.    * /home/shredder/environment/lib/python2.6/site-packages/django/views/decorators/cache.py in _wrapped_view_func
  169.        37.
  170.        38. def never_cache(view_func):
  171.        39. """
  172.         40. Decorator that adds headers to a response so that it will
  173.         41. never be cached.
  174.         42. """
  175.        43. def _wrapped_view_func(request, *args, **kwargs):
  176.        44. response = view_func(request, *args, **kwargs) ...
  177.        45. add_never_cache_headers(response)
  178.        46. return response
  179.        47. return wraps(view_func)(_wrapped_view_func)
  180.      ▶ Local vars
  181.       Variable  Value
  182.       args      
  183.      (<WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>,)
  184.       kwargs    
  185.      {}
  186.       request  
  187.      <django.contrib.admin.sites.AdminSite object at 0x7f5e387c7b90>
  188.       view_func        
  189.      <function index at 0x7f5e387ccb90>
  190.    * /home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/sites.py in index
  191.       367. 'title': _('Site administration'),
  192.       368. 'app_list': app_list,
  193.       369. 'root_path': self.root_path,
  194.       370. }
  195.       371. context.update(extra_context or {})
  196.       372. context_instance = template.RequestContext(request, current_app=self.name)
  197.       373. return render_to_response(self.index_template or 'admin/index.html', context,
  198.       374. context_instance=context_instance ...
  199.       375. )
  200.       376. index = never_cache(index)
  201.       377.
  202.       378. def display_login_form(self, request, error_message='', extra_context=None):
  203.       379. request.session.set_test_cookie()
  204.       380. context = {
  205.      ▶ Local vars
  206.       Variable  Value
  207.       app      
  208.      {'app_url': 'sites/', 'has_module_perms': True, 'models': [{'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Sites'}
  209.       app_dict  
  210.      {'auth': {'app_url': 'auth/', 'has_module_perms': True, 'models': [{'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>, 'perms': {'add': True, 'change': True, 'delete': True}}, {'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Auth'}, 'sites': {'app_url': 'sites/', 'has_module_perms': True, 'models': [{'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Sites'}}
  211.       app_label        
  212.      'sites'
  213.       app_list  
  214.      [{'app_url': 'auth/', 'has_module_perms': True, 'models': [{'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>, 'perms': {'add': True, 'change': True, 'delete': True}}, {'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Auth'}, {'app_url': 'sites/', 'has_module_perms': True, 'models': [{'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Sites'}]
  215.       context  
  216.      {'app_list': [{'app_url': 'auth/', 'has_module_perms': True, 'models': [{'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>, 'perms': {'add': True, 'change': True, 'delete': True}}, {'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Auth'}, {'app_url': 'sites/', 'has_module_perms': True, 'models': [{'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Sites'}], 'root_path': None, 'title': u'Website-Verwaltung'}
  217.       context_instance  
  218.      [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  219.       extra_context    
  220.      None
  221.       has_module_perms  
  222.      True
  223.       model    
  224.      <class 'django.contrib.sites.models.Site'>
  225.       model_admin      
  226.      <django.contrib.sites.admin.SiteAdmin object at 0x7f5e38ef2210>
  227.       model_dict        
  228.      {'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}
  229.       perms    
  230.      {'add': True, 'change': True, 'delete': True}
  231.       request  
  232.      <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>
  233.       self      
  234.      <django.contrib.admin.sites.AdminSite object at 0x7f5e387c7b90>
  235.       user      
  236.      <User: root>
  237.    * /home/shredder/environment/lib/python2.6/site-packages/django/shortcuts/__init__.py in render_to_response
  238.        13.
  239.        14. def render_to_response(*args, **kwargs):
  240.        15. """
  241.         16. Returns a HttpResponse whose content is filled with the result of calling
  242.         17. django.template.loader.render_to_string() with the passed arguments.
  243.         18. """
  244.        19. httpresponse_kwargs = {'mimetype': kwargs.pop('mimetype', None)}
  245.        20. return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs) ...
  246.        21.
  247.        22. def redirect(to, *args, **kwargs):
  248.        23. """
  249.         24. Returns an HttpResponseRedirect to the apropriate URL for the arguments
  250.         25. passed.
  251.   26.
  252.       ▶ Local vars
  253.       Variable  Value
  254.       args      
  255.       ('admin/index.html', {'app_list': [{'app_url': 'auth/', 'has_module_perms': True, 'models': [{'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>, 'perms': {'add': True, 'change': True, 'delete': True}}, {'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Auth'}, {'app_url': 'sites/', 'has_module_perms': True, 'models': [{'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Sites'}], 'root_path': None, 'title': u'Website-Verwaltung'})
  256.       httpresponse_kwargs      
  257.       {'mimetype': None}
  258.       kwargs    
  259.       {'context_instance': [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]}
  260.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/loader.py in render_to_string
  261.        101. t = select_template(template_name)
  262.        102. else:
  263.        103. t = get_template(template_name)
  264.        104. if context_instance:
  265.        105. context_instance.update(dictionary)
  266.        106. else:
  267.        107. context_instance = Context(dictionary)
  268.        108. return t.render(context_instance) ...
  269.        109.
  270.        110. def select_template(template_name_list):
  271.        111. "Given a list of template names, returns the first that can be loaded."
  272.        112. for template_name in template_name_list:
  273.        113. try:
  274.        114. return get_template(template_name)
  275.       ▶ Local vars
  276.       Variable  Value
  277.       context_instance  
  278.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  279.       dictionary        
  280.       {'app_list': [{'app_url': 'auth/', 'has_module_perms': True, 'models': [{'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>, 'perms': {'add': True, 'change': True, 'delete': True}}, {'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Auth'}, {'app_url': 'sites/', 'has_module_perms': True, 'models': [{'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>, 'perms': {'add': True, 'change': True, 'delete': True}}], 'name': 'Sites'}], 'root_path': None, 'title': u'Website-Verwaltung'}
  281.       t        
  282.       <django.template.Template object at 0x7f5e3a18f5d0>
  283.       template_name    
  284.       'admin/index.html'
  285.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  286.        171. def __iter__(self):
  287.        172. for node in self.nodelist:
  288.        173. for subnode in node:
  289.        174. yield subnode
  290.        175.
  291.        176. def render(self, context):
  292.        177. "Display stage -- can be called many times"
  293.        178. return self.nodelist.render(context) ...
  294.        179.
  295.        180. def compile_string(template_string, origin):
  296.        181. "Compiles template_string into NodeList ready for rendering"
  297.        182. if settings.TEMPLATE_DEBUG:
  298.        183. from debug import DebugLexer, DebugParser
  299.        184. lexer_class, parser_class = DebugLexer, DebugParser
  300.       ▶ Local vars
  301.       Variable  Value
  302.       context  
  303.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  304.       self      
  305.       <django.template.Template object at 0x7f5e3a18f5d0>
  306.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  307.        772. # extend_nodelist().
  308.        773. contains_nontext = False
  309.        774.
  310.        775. def render(self, context):
  311.        776. bits = []
  312.        777. for node in self:
  313.        778. if isinstance(node, Node):
  314.        779. bits.append(self.render_node(node, context)) ...
  315.        780. else:
  316.        781. bits.append(node)
  317.        782. return mark_safe(''.join([force_unicode(b) for b in bits]))
  318.        783.
  319.        784. def get_nodes_by_type(self, nodetype):
  320.        785. "Return a list of all nodes of the given type"
  321.       ▶ Local vars
  322.       Variable  Value
  323.       bits      
  324.       []
  325.       context  
  326.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  327.       node      
  328.       <ExtendsNode: extends "admin/base_site.html">
  329.       self      
  330.       [<ExtendsNode: extends "admin/base_site.html">]
  331.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py in render_node
  332.         64. def compile_function_error(self, token, e):
  333.         65. if not hasattr(e, 'source'):
  334.         66. e.source = token.source
  335.         67.
  336.         68. class DebugNodeList(NodeList):
  337.         69. def render_node(self, node, context):
  338.         70. try:
  339.         71. result = node.render(context) ...
  340.         72. except TemplateSyntaxError, e:
  341.         73. if not hasattr(e, 'source'):
  342.         74. e.source = node.source
  343.         75. raise
  344.         76. except Exception, e:
  345.         77. from sys import exc_info
  346.       ▶ Local vars
  347.       Variable  Value
  348.       context  
  349.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  350.       e        
  351.       TemplateSyntaxError(u'Caught an exception while rendering: user',)
  352.       node      
  353.       <ExtendsNode: extends "admin/base_site.html">
  354.       self      
  355.       [<ExtendsNode: extends "admin/base_site.html">]
  356.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/loader_tags.py in render
  357.         90. # the first non-text node you can stop looking.
  358.         91. break
  359.         92. else:
  360.         93. # Keep any existing parents and add a new one. Used by BlockNode.
  361.         94. parent_block.parent = block_node.parent
  362.         95. parent_block.add_parent(parent_block.nodelist)
  363.         96. parent_block.nodelist = block_node.nodelist
  364.         97. return compiled_parent.render(context) ...
  365.         98.
  366.         99. class ConstantIncludeNode(Node):
  367.        100. def __init__(self, template_path):
  368.        101. try:
  369.        102. t = get_template(template_path)
  370.        103. self.template = t
  371.       ▶ Local vars
  372.       Variable  Value
  373.       block_node        
  374.       <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>
  375.       compiled_parent  
  376.       <django.template.Template object at 0x7f5e3a18f790>
  377.       context  
  378.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  379.       n        
  380.       <Block Node: nav-global. Contents: []>
  381.       node      
  382.       <ExtendsNode: extends "admin/base.html">
  383.       parent_blocks    
  384.       {u'branding': <Block Node: branding. Contents: [<Text Node: ' <h1 id="site-name">'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a142c50>, <Text Node: '</h1> '>]>, u'nav-global': <Block Node: nav-global. Contents: []>, u'title': <Block Node: title. Contents: [<Variable Node: title>, <Text Node: ' | '>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a142ad0>]>}
  385.       self      
  386.       <ExtendsNode: extends "admin/base_site.html">
  387.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  388.        171. def __iter__(self):
  389.        172. for node in self.nodelist:
  390.        173. for subnode in node:
  391.        174. yield subnode
  392.        175.
  393.        176. def render(self, context):
  394.        177. "Display stage -- can be called many times"
  395.        178. return self.nodelist.render(context) ...
  396.        179.
  397.        180. def compile_string(template_string, origin):
  398.        181. "Compiles template_string into NodeList ready for rendering"
  399.        182. if settings.TEMPLATE_DEBUG:
  400.        183. from debug import DebugLexer, DebugParser
  401.        184. lexer_class, parser_class = DebugLexer, DebugParser
  402.       ▶ Local vars
  403.       Variable  Value
  404.       context  
  405.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  406.       self      
  407.       <django.template.Template object at 0x7f5e3a18f790>
  408.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  409.        772. # extend_nodelist().
  410.        773. contains_nontext = False
  411.        774.
  412.        775. def render(self, context):
  413.        776. bits = []
  414.        777. for node in self:
  415.        778. if isinstance(node, Node):
  416.        779. bits.append(self.render_node(node, context)) ...
  417.        780. else:
  418.        781. bits.append(node)
  419.        782. return mark_safe(''.join([force_unicode(b) for b in bits]))
  420.        783.
  421.        784. def get_nodes_by_type(self, nodetype):
  422.        785. "Return a list of all nodes of the given type"
  423.       ▶ Local vars
  424.       Variable  Value
  425.       bits      
  426.       []
  427.       context  
  428.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  429.       node      
  430.       <ExtendsNode: extends "admin/base.html">
  431.       self      
  432.       [<ExtendsNode: extends "admin/base.html">]
  433.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py in render_node
  434.         64. def compile_function_error(self, token, e):
  435.         65. if not hasattr(e, 'source'):
  436.         66. e.source = token.source
  437.         67.
  438.         68. class DebugNodeList(NodeList):
  439.         69. def render_node(self, node, context):
  440.         70. try:
  441.         71. result = node.render(context) ...
  442.         72. except TemplateSyntaxError, e:
  443.         73. if not hasattr(e, 'source'):
  444.         74. e.source = node.source
  445.         75. raise
  446.         76. except Exception, e:
  447.         77. from sys import exc_info
  448.       ▶ Local vars
  449.       Variable  Value
  450.       context  
  451.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  452.       e        
  453.       TemplateSyntaxError(u'Caught an exception while rendering: user',)
  454.       node      
  455.       <ExtendsNode: extends "admin/base.html">
  456.       self      
  457.       [<ExtendsNode: extends "admin/base.html">]
  458.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/loader_tags.py in render
  459.         90. # the first non-text node you can stop looking.
  460.         91. break
  461.         92. else:
  462.         93. # Keep any existing parents and add a new one. Used by BlockNode.
  463.         94. parent_block.parent = block_node.parent
  464.         95. parent_block.add_parent(parent_block.nodelist)
  465.         96. parent_block.nodelist = block_node.nodelist
  466.         97. return compiled_parent.render(context) ...
  467.         98.
  468.         99. class ConstantIncludeNode(Node):
  469.        100. def __init__(self, template_path):
  470.        101. try:
  471.        102. t = get_template(template_path)
  472.        103. self.template = t
  473.       ▶ Local vars
  474.       Variable  Value
  475.       block_node        
  476.       <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>
  477.       compiled_parent  
  478.       <django.template.Template object at 0x7f5e3a16aad0>
  479.       context  
  480.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  481.       n        
  482.       <Block Node: footer. Contents: [<Text Node: '<div id="footer"></div>'>]>
  483.       parent_block      
  484.       <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>
  485.       parent_blocks    
  486.       {u'blockbots': <Block Node: blockbots. Contents: [<Text Node: '<meta name="robots" conte'>]>, u'bodyclass': <Block Node: bodyclass. Contents: [<Text Node: 'dashboard'>]>, u'branding': <Block Node: branding. Contents: [<Text Node: ' <h1 id="site-name">'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a142c50>, <Text Node: '</h1> '>]>, u'breadcrumbs': <Block Node: breadcrumbs. Contents: []>, u'coltype': <Block Node: coltype. Contents: [<Text Node: 'colMS'>]>, u'content': <Block Node: content. Contents: [<Text Node: ' <div id="content-main"> '>, <If node>, <Text Node: ' </div> '>]>, u'content_title': <Block Node: content_title. Contents: [<If node>]>, u'extrahead': <Block Node: extrahead. Contents: []>, u'extrastyle': <Block Node: extrastyle. Contents: [<Variable Node: block.super>, <Text Node: '<link rel="stylesheet" ty'>, <django.template.defaulttags.LoadNode object at 0x7f5e3a18fad0>, <django.template.SimpleNode object at 0x7f5e3a18f910>, <Text Node: 'css/dashboard.css" />'>]>, u'footer': <Block Node: footer. Contents: [<Text Node: '<div id="footer"></div>'>]>, u'nav-global': <Block Node: nav-global. Contents: []>, u'object-tools': <Block Node: object-tools. Contents: []>, u'pretitle': <Block Node: pretitle. Contents: []>, u'sidebar': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>, u'stylesheet': <Block Node: stylesheet. Contents: [<django.template.defaulttags.LoadNode object at 0x7f5e3a154390>, <django.template.SimpleNode object at 0x7f5e3a154550>, <Text Node: 'css/base.css'>]>, u'stylesheet_ie': <Block Node: stylesheet_ie. Contents: [<django.template.defaulttags.LoadNode object at 0x7f5e3a154690>, <django.template.SimpleNode object at 0x7f5e3a154410>, <Text Node: 'css/ie.css'>]>, u'stylesheet_rtl': <Block Node: stylesheet_rtl. Contents: [<django.template.SimpleNode object at 0x7f5e3a154590>, <Text Node: 'css/rtl.css'>]>, u'title': <Block Node: title. Contents: [<Variable Node: title>, <Text Node: ' | '>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a142ad0>]>, u'userlinks': <Block Node: userlinks. Contents: [<Text Node: ' '>, <django.template.defaulttags.URLNode object at 0x7f5e3a143e90>, <Text Node: ' '>, <If node>, <Text Node: ' '>, <django.template.defaulttags.URLNode object at 0x7f5e3a161510>, <Text Node: ' '>, <If node>, <Text Node: ' '>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a161850>, <Text Node: '</a> / '>, <django.template.defaulttags.URLNode object at 0x7f5e3a161790>, <Text Node: ' '>, <If node>, <Text Node: ' '>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a161bd0>, <Text Node: '</a> '>]>}
  487.       self      
  488.       <ExtendsNode: extends "admin/base.html">
  489.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  490.        171. def __iter__(self):
  491.        172. for node in self.nodelist:
  492.        173. for subnode in node:
  493.        174. yield subnode
  494.        175.
  495.        176. def render(self, context):
  496.        177. "Display stage -- can be called many times"
  497.        178. return self.nodelist.render(context) ...
  498.        179.
  499.        180. def compile_string(template_string, origin):
  500.        181. "Compiles template_string into NodeList ready for rendering"
  501.        182. if settings.TEMPLATE_DEBUG:
  502.        183. from debug import DebugLexer, DebugParser
  503.        184. lexer_class, parser_class = DebugLexer, DebugParser
  504.       ▶ Local vars
  505.       Variable  Value
  506.       context  
  507.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  508.       self      
  509.       <django.template.Template object at 0x7f5e3a16aad0>
  510.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  511.        772. # extend_nodelist().
  512.        773. contains_nontext = False
  513.        774.
  514.        775. def render(self, context):
  515.        776. bits = []
  516.        777. for node in self:
  517.        778. if isinstance(node, Node):
  518.        779. bits.append(self.render_node(node, context)) ...
  519.        780. else:
  520.        781. bits.append(node)
  521.        782. return mark_safe(''.join([force_unicode(b) for b in bits]))
  522.        783.
  523.        784. def get_nodes_by_type(self, nodetype):
  524.        785. "Return a list of all nodes of the given type"
  525.       ▶ Local vars
  526.       Variable  Value
  527.       bits      
  528.       [u'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" lang="', u'', u'" xml:lang="', u'', u'" ', '', u'>\n<head>\n<title>', u'Website-Verwaltung | Django-Systemverwaltung', u'</title>\n<link rel="stylesheet" type="text/css" href="', u'/media/css/base.css', u'" />\n', u'<link rel="stylesheet" type="text/css" href="/media/css/dashboard.css" />', u'\n<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="', u'/media/css/ie.css', u'" /><![endif]-->\n', '', u'\n', '', u'\n', u'<meta name="robots" content="NONE,NOARCHIVE" />', u'\n</head>\n', '', u'\n\n<body class="', '', u'dashboard', u'">\n\n<!-- Container -->\n<div id="container">\n\n ', u'\n <!-- Header -->\n <div id="header">\n <div id="branding">\n \n<h1 id="site-name">Django-Verwaltung</h1>\n\n </div>\n \n \n </div>\n <!-- END Header -->\n \n ', u'\n\n ', '', u'\n\n <!-- Content -->\n <div id="content" class="', u'colMS', u'">\n ', '', u'\n ', u'<h1>Website-Verwaltung</h1>', u'\n ', u'\n<div id="content-main">\n\n\n \n <div class="module">\n <table summary="Modelle, die in der Anwendung Auth vorhanden sind.">\n <caption><a href="auth/" class="section">Auth</a></caption>\n \n <tr>\n \n <th scope="row"><a href="auth/user/">Benutzer</a></th>\n \n\n \n <td><a href="auth/user/add/" class="addlink">Hinzuf\xfcgen</a></td>\n \n\n \n <td><a href="auth/user/" class="changelink">\xc4ndern</a></td>\n \n </tr>\n \n <tr>\n \n <th scope="row"><a href="auth/group/">Gruppen</a></th>\n \n\n \n <td><a href="auth/group/add/" class="addlink">Hinzuf\xfcgen</a></td>\n \n\n \n <td><a href="auth/group/" class="changelink">\xc4ndern</a></td>\n \n </tr>\n \n </table>\n </div>\n \n <div class="module">\n <table summary="Modelle, die in der Anwendung Sites vorhanden sind.">\n <caption><a href="sites/" class="section">Sites</a></caption>\n \n <tr>\n \n <th scope="row"><a href="sites/site/">Sites</a></th>\n \n\n \n <td><a href="sites/site/add/" class="addlink">Hinzuf\xfcgen</a></td>\n \n\n \n <td><a href="sites/site/" class="changelink">\xc4ndern</a></td>\n \n </tr>\n \n </table>\n </div>\n \n\n</div>\n', u'\n ']
  529.       context  
  530.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  531.       node      
  532.       <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>
  533.       self      
  534.       [<Text Node: '<!DOCTYPE html PUBLIC "-/'>, <Variable Node: LANGUAGE_CODE>, <Text Node: '" xml:lang="'>, <Variable Node: LANGUAGE_CODE>, <Text Node: '" '>, <If node>, <Text Node: '> <head> <title>'>, <Block Node: title. Contents: [<Variable Node: title>, <Text Node: ' | '>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a142ad0>]>, <Text Node: '</title> <link rel="style'>, <Block Node: stylesheet. Contents: [<django.template.defaulttags.LoadNode object at 0x7f5e3a154390>, <django.template.SimpleNode object at 0x7f5e3a154550>, <Text Node: 'css/base.css'>]>, <Text Node: '" /> '>, <Block Node: extrastyle. Contents: [<Variable Node: block.super>, <Text Node: '<link rel="stylesheet" ty'>, <django.template.defaulttags.LoadNode object at 0x7f5e3a18fad0>, <django.template.SimpleNode object at 0x7f5e3a18f910>, <Text Node: 'css/dashboard.css" />'>]>, <Text Node: ' <!--[if lte IE 7]><link '>, <Block Node: stylesheet_ie. Contents: [<django.template.defaulttags.LoadNode object at 0x7f5e3a154690>, <django.template.SimpleNode object at 0x7f5e3a154410>, <Text Node: 'css/ie.css'>]>, <Text Node: '" /><![endif]--> '>, <If node>, <Text Node: ' '>, <Block Node: extrahead. Contents: []>, <Text Node: ' '>, <Block Node: blockbots. Contents: [<Text Node: '<meta name="robots" conte'>]>, <Text Node: ' </head> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a154d50>, <Text Node: ' <body class="'>, <If node>, <Block Node: bodyclass. Contents: [<Text Node: 'dashboard'>]>, <Text Node: '"> <!-- Container --> <d'>, <If node>, <Text Node: ' '>, <If node>, <Text Node: ' <!-- Content --> '>, <Block Node: coltype. Contents: [<Text Node: 'colMS'>]>, <Text Node: '"> '>, <Block Node: pretitle. Contents: []>, <Text Node: ' '>, <Block Node: content_title. Contents: [<If node>]>, <Text Node: ' '>, <Block Node: content. Contents: [<Text Node: ' <div id="content-main"> '>, <If node>, <Text Node: ' </div> '>]>, <Text Node: ' '>, <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>, <Text Node: ' <br class="clear'>, <Block Node: footer. Contents: [<Text Node: '<div id="footer"></div>'>]>, <Text Node: ' </div> <!-- END Containe'>]
  535.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py in render_node
  536.         64. def compile_function_error(self, token, e):
  537.         65. if not hasattr(e, 'source'):
  538.         66. e.source = token.source
  539.         67.
  540.         68. class DebugNodeList(NodeList):
  541.         69. def render_node(self, node, context):
  542.         70. try:
  543.         71. result = node.render(context) ...
  544.         72. except TemplateSyntaxError, e:
  545.         73. if not hasattr(e, 'source'):
  546.         74. e.source = node.source
  547.         75. raise
  548.         76. except Exception, e:
  549.         77. from sys import exc_info
  550.       ▶ Local vars
  551.       Variable  Value
  552.       context  
  553.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  554.       e        
  555.       TemplateSyntaxError(u'Caught an exception while rendering: user',)
  556.       node      
  557.       <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>
  558.       self      
  559.       [<Text Node: '<!DOCTYPE html PUBLIC "-/'>, <Variable Node: LANGUAGE_CODE>, <Text Node: '" xml:lang="'>, <Variable Node: LANGUAGE_CODE>, <Text Node: '" '>, <If node>, <Text Node: '> <head> <title>'>, <Block Node: title. Contents: [<Variable Node: title>, <Text Node: ' | '>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a142ad0>]>, <Text Node: '</title> <link rel="style'>, <Block Node: stylesheet. Contents: [<django.template.defaulttags.LoadNode object at 0x7f5e3a154390>, <django.template.SimpleNode object at 0x7f5e3a154550>, <Text Node: 'css/base.css'>]>, <Text Node: '" /> '>, <Block Node: extrastyle. Contents: [<Variable Node: block.super>, <Text Node: '<link rel="stylesheet" ty'>, <django.template.defaulttags.LoadNode object at 0x7f5e3a18fad0>, <django.template.SimpleNode object at 0x7f5e3a18f910>, <Text Node: 'css/dashboard.css" />'>]>, <Text Node: ' <!--[if lte IE 7]><link '>, <Block Node: stylesheet_ie. Contents: [<django.template.defaulttags.LoadNode object at 0x7f5e3a154690>, <django.template.SimpleNode object at 0x7f5e3a154410>, <Text Node: 'css/ie.css'>]>, <Text Node: '" /><![endif]--> '>, <If node>, <Text Node: ' '>, <Block Node: extrahead. Contents: []>, <Text Node: ' '>, <Block Node: blockbots. Contents: [<Text Node: '<meta name="robots" conte'>]>, <Text Node: ' </head> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a154d50>, <Text Node: ' <body class="'>, <If node>, <Block Node: bodyclass. Contents: [<Text Node: 'dashboard'>]>, <Text Node: '"> <!-- Container --> <d'>, <If node>, <Text Node: ' '>, <If node>, <Text Node: ' <!-- Content --> '>, <Block Node: coltype. Contents: [<Text Node: 'colMS'>]>, <Text Node: '"> '>, <Block Node: pretitle. Contents: []>, <Text Node: ' '>, <Block Node: content_title. Contents: [<If node>]>, <Text Node: ' '>, <Block Node: content. Contents: [<Text Node: ' <div id="content-main"> '>, <If node>, <Text Node: ' </div> '>]>, <Text Node: ' '>, <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>, <Text Node: ' <br class="clear'>, <Block Node: footer. Contents: [<Text Node: '<div id="footer"></div>'>]>, <Text Node: ' </div> <!-- END Containe'>]
  560.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/loader_tags.py in render
  561.         17. return "<Block Node: %s. Contents: %r>" % (self.name, self.nodelist)
  562.         18.
  563.         19. def render(self, context):
  564.         20. context.push()
  565.         21. # Save context in case of block.super().
  566.         22. self.context = context
  567.         23. context['block'] = self
  568.         24. result = self.nodelist.render(context) ...
  569.         25. context.pop()
  570.         26. return result
  571.         27.
  572.         28. def super(self):
  573.         29. if self.parent:
  574.         30. return mark_safe(self.parent.render(self.context))
  575.       ▶ Local vars
  576.       Variable  Value
  577.       context  
  578.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  579.       self      
  580.       <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>
  581.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py in render
  582.        772. # extend_nodelist().
  583.        773. contains_nontext = False
  584.        774.
  585.        775. def render(self, context):
  586.        776. bits = []
  587.        777. for node in self:
  588.        778. if isinstance(node, Node):
  589.        779. bits.append(self.render_node(node, context)) ...
  590.        780. else:
  591.        781. bits.append(node)
  592.        782. return mark_safe(''.join([force_unicode(b) for b in bits]))
  593.        783.
  594.        784. def get_nodes_by_type(self, nodetype):
  595.        785. "Return a list of all nodes of the given type"
  596.       ▶ Local vars
  597.       Variable  Value
  598.       bits      
  599.       [u'\n<div id="content-related">\n <div class="module" id="recent-actions-module">\n <h2>', u'K\xfcrzliche Aktionen', u'</h2>\n <h3>', u'Meine Aktionen', u'</h3>\n ', '', u'\n ']
  600.       context  
  601.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  602.       node      
  603.       <GetAdminLog Node>
  604.       self      
  605.       [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]
  606.     * /home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py in render_node
  607.         74. e.source = node.source
  608.         75. raise
  609.         76. except Exception, e:
  610.         77. from sys import exc_info
  611.         78. wrapped = TemplateSyntaxError(u'Caught an exception while rendering: %s' % force_unicode(e, errors='replace'))
  612.         79. wrapped.source = node.source
  613.         80. wrapped.exc_info = exc_info()
  614.         81. raise wrapped ...
  615.         82. return result
  616.         83.
  617.         84. class DebugVariableNode(VariableNode):
  618.         85. def render(self, context):
  619.         86. try:
  620.         87. output = force_unicode(self.filter_expression.resolve(context))
  621.       ▶ Local vars
  622.       Variable  Value
  623.       context  
  624.       [{'block': <Block Node: sidebar. Contents: [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]>}, {'root_path': None, 'app_list': [{'app_url': 'auth/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/user/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fe50>}, {'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'auth/group/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fed0>}], 'has_module_perms': True, 'name': 'Auth'}, {'app_url': 'sites/', 'models': [{'perms': {'add': True, 'change': True, 'delete': True}, 'admin_url': 'sites/site/', 'name': <django.utils.functional.__proxy__ object at 0x7f5e39f2fdd0>}], 'has_module_perms': True, 'name': 'Sites'}], 'title': u'Website-Verwaltung'}, {'MEDIA_URL': '/static/'}, {'request': <WSGIRequest GET:<QueryDict: {}>, POST:<QueryDict: {}>, COOKIES:{'sessionid': '2dff8ba48b7964495136f47fa9ced205'}, META:{'DOCUMENT_ROOT': '/home/shredder/public_html', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_ACCEPT_LANGUAGE': 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3', 'HTTP_CACHE_CONTROL': 'max-age=259200', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'sessionid=2dff8ba48b7964495136f47fa9ced205', 'HTTP_HOST': 's.ecsdev.ep3.at', 'HTTP_REFERER': 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8', 'HTTP_VIA': '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)', 'HTTP_X_FORWARDED_FOR': '127.0.0.1', 'PATH_INFO': u'/admin/', 'PATH_TRANSLATED': '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/', 'QUERY_STRING': '', 'REMOTE_ADDR': '62.178.129.237', 'REMOTE_PORT': '55598', 'REQUEST_METHOD': 'GET', 'REQUEST_URI': '/admin/', 'SCRIPT_FILENAME': '/home/shredder/config/apache.wsgi/ecs-main.wsgi', 'SCRIPT_NAME': u'', 'SERVER_ADDR': '78.46.72.188', 'SERVER_ADMIN': 'admin@s.ecsdev.ep3.at', 'SERVER_NAME': 's.ecsdev.ep3.at', 'SERVER_PORT': '80', 'SERVER_PROTOCOL': 'HTTP/1.0', 'SERVER_SIGNATURE': '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n', 'SERVER_SOFTWARE': 'Apache/2.2.12 (Ubuntu)', 'mod_wsgi.application_group': 's.ecsdev.ep3.at|', 'mod_wsgi.callable_object': 'application', 'mod_wsgi.handler_script': '', 'mod_wsgi.input_chunked': '0', 'mod_wsgi.listener_host': '', 'mod_wsgi.listener_port': '80', 'mod_wsgi.process_group': 'shredder', 'mod_wsgi.request_handler': 'wsgi-script', 'mod_wsgi.script_reloading': '1', 'mod_wsgi.version': (3, 1), 'wsgi.errors': <mod_wsgi.Log object at 0x7f5e39538070>, 'wsgi.file_wrapper': <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>, 'wsgi.input': <mod_wsgi.Input object at 0x7f5e3a00dfb0>, 'wsgi.multiprocess': True, 'wsgi.multithread': True, 'wsgi.run_once': False, 'wsgi.url_scheme': 'http', 'wsgi.version': (1, 1)}>}, {}]
  625.       e        
  626.       KeyError(u'user',)
  627.       exc_info  
  628.       <built-in function exc_info>
  629.       node      
  630.       <GetAdminLog Node>
  631.       self      
  632.       [<Text Node: ' <div id="content-related'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13c950>, <Text Node: '</h2> <h3>'>, <django.templatetags.i18n.TranslateNode object at 0x7f5e3a13cb10>, <Text Node: '</h3> '>, <django.template.defaulttags.LoadNode object at 0x7f5e3a13cb90>, <Text Node: ' '>, <GetAdminLog Node>, <Text Node: ' '>, <If node>, <Text Node: ' </div> </div> '>]
  633.       wrapped  
  634.       TemplateSyntaxError(u'Caught an exception while rendering: user',)
  635.  
  636. Environment: Request Method: GET Request URL: http://s.ecsdev.ep3.at/admin/ Django Version: 1.1.1 Python Version: 2.6.4 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django_extensions', 'django.contrib.databrowse', 'django.contrib.admin', 'django.contrib.admindocs', 'core', 'utils', 'docstash', 'south', 'django_nose', 'reversion'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.transaction.TransactionMiddleware', 'reversion.middleware.RevisionMiddleware', 'ecs.utils.forceauth.ForceAuth') Template error: In template /home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/templates/admin/index.html, error at line 56 Caught an exception while rendering: user 46 : {% endif %} 47 : </div> 48 : {% endblock %} 49 : 50 : {% block sidebar %} 51 : <div id="content-related"> 52 : <div class="module" id="recent-actions-module"> 53 : <h2>{% trans 'Recent Actions' %}</h2> 54 : <h3>{% trans 'My Actions' %}</h3> 55 : {% load log %} 56 : {% get_admin_log 10 as admin_log for_user user %} 57 : {% if not admin_log %} 58 : <p>{% trans 'None available' %}</p> 59 : {% else %} 60 : <ul class="actionlist"> 61 : {% for entry in admin_log %} 62 : <li class="{% if entry.is_addition %}addlink{% endif %}{% if entry.is_change %}changelink{% endif %}{% if entry.is_deletion %}deletelink{% endif %}"> 63 : {% if entry.is_deletion %} 64 : {{ entry.object_repr }} 65 : {% else %} 66 : <a href="{{ entry.get_admin_url }}">{{ entry.object_repr }}</a> Traceback: File "/home/shredder/environment/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File "/home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/sites.py" in wrapper 196. return self.admin_view(view, cacheable)(*args, **kwargs) File "/home/shredder/environment/lib/python2.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func 44. response = view_func(request, *args, **kwargs) File "/home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/sites.py" in inner 186. return view(request, *args, **kwargs) File "/home/shredder/environment/lib/python2.6/site-packages/django/views/decorators/cache.py" in _wrapped_view_func 44. response = view_func(request, *args, **kwargs) File "/home/shredder/environment/lib/python2.6/site-packages/django/contrib/admin/sites.py" in index 374. context_instance=context_instance File "/home/shredder/environment/lib/python2.6/site-packages/django/shortcuts/__init__.py" in render_to_response 20. return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/loader.py" in render_to_string 108. return t.render(context_instance) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 178. return self.nodelist.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 779. bits.append(self.render_node(node, context)) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py" in render_node 71. result = node.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/loader_tags.py" in render 97. return compiled_parent.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 178. return self.nodelist.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 779. bits.append(self.render_node(node, context)) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py" in render_node 71. result = node.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/loader_tags.py" in render 97. return compiled_parent.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 178. return self.nodelist.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 779. bits.append(self.render_node(node, context)) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py" in render_node 71. result = node.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/loader_tags.py" in render 24. result = self.nodelist.render(context) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/__init__.py" in render 779. bits.append(self.render_node(node, context)) File "/home/shredder/environment/lib/python2.6/site-packages/django/template/debug.py" in render_node 81. raise wrapped Exception Type: TemplateSyntaxError at /admin/ Exception Value: Caught an exception while rendering: user
  637.  
  638. Request information
  639. GET
  640.  
  641. No GET data
  642. POST
  643.  
  644. No POST data
  645. FILES
  646.  
  647. No FILES data
  648. COOKIES
  649. Variable        Value
  650. sessionid      
  651. '2dff8ba48b7964495136f47fa9ced205'
  652. META
  653. Variable        Value
  654. DOCUMENT_ROOT  
  655. '/home/shredder/public_html'
  656. GATEWAY_INTERFACE      
  657. 'CGI/1.1'
  658. HTTP_ACCEPT    
  659. 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
  660. HTTP_ACCEPT_CHARSET    
  661. 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
  662. HTTP_ACCEPT_ENCODING    
  663. 'gzip,deflate'
  664. HTTP_ACCEPT_LANGUAGE    
  665. 'de-de,de;q=0.8,en-us;q=0.5,en;q=0.3'
  666. HTTP_CACHE_CONTROL      
  667. 'max-age=259200'
  668. HTTP_CONNECTION        
  669. 'keep-alive'
  670. HTTP_COOKIE    
  671. 'sessionid=2dff8ba48b7964495136f47fa9ced205'
  672. HTTP_HOST      
  673. 's.ecsdev.ep3.at'
  674. HTTP_REFERER    
  675. 'http://s.ecsdev.ep3.at/accounts/login/?next=/admin/'
  676. HTTP_USER_AGENT        
  677. 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8'
  678. HTTP_VIA        
  679. '1.1 andidesk.lan:3128 (squid/2.7.STABLE6)'
  680. HTTP_X_FORWARDED_FOR    
  681. '127.0.0.1'
  682. PATH_INFO      
  683. u'/admin/'
  684. PATH_TRANSLATED        
  685. '/home/shredder/config/apache.wsgi/ecs-main.wsgi/admin/'
  686. QUERY_STRING    
  687. ''
  688. REMOTE_ADDR    
  689. '62.178.129.237'
  690. REMOTE_PORT    
  691. '55598'
  692. REQUEST_METHOD  
  693. 'GET'
  694. REQUEST_URI    
  695. '/admin/'
  696. SCRIPT_FILENAME        
  697. '/home/shredder/config/apache.wsgi/ecs-main.wsgi'
  698. SCRIPT_NAME    
  699. u''
  700. SERVER_ADDR    
  701. '78.46.72.188'
  702. SERVER_ADMIN    
  703. 'admin@s.ecsdev.ep3.at'
  704. SERVER_NAME    
  705. 's.ecsdev.ep3.at'
  706. SERVER_PORT    
  707. '80'
  708. SERVER_PROTOCOL        
  709. 'HTTP/1.0'
  710. SERVER_SIGNATURE        
  711. '<address>Apache/2.2.12 (Ubuntu) Server at <a href="mailto:admin@s.ecsdev.ep3.at">s.ecsdev.ep3.at</a> Port 80</address>\n'
  712. SERVER_SOFTWARE        
  713. 'Apache/2.2.12 (Ubuntu)'
  714. mod_wsgi.application_group      
  715. 's.ecsdev.ep3.at|'
  716. mod_wsgi.callable_object        
  717. 'application'
  718. mod_wsgi.handler_script        
  719. ''
  720. mod_wsgi.input_chunked  
  721. '0'
  722. mod_wsgi.listener_host  
  723. ''
  724. mod_wsgi.listener_port  
  725. '80'
  726. mod_wsgi.process_group  
  727. 'shredder'
  728. mod_wsgi.request_handler        
  729. 'wsgi-script'
  730. mod_wsgi.script_reloading      
  731. '1'
  732. mod_wsgi.version        
  733. (3, 1)
  734. wsgi.errors    
  735. <mod_wsgi.Log object at 0x7f5e39538070>
  736. wsgi.file_wrapper      
  737. <built-in method file_wrapper of mod_wsgi.Adapter object at 0x7f5e39f88030>
  738. wsgi.input      
  739. <mod_wsgi.Input object at 0x7f5e3a00dfb0>
  740. wsgi.multiprocess      
  741. True
  742. wsgi.multithread        
  743. True
  744. wsgi.run_once  
  745. False
  746. wsgi.url_scheme        
  747. 'http'
  748. wsgi.version    
  749. (1, 1)
  750. Settings
  751. Using settings module ecs.settings
  752. Setting         Value
  753. ABSOLUTE_URL_OVERRIDES  
  754. {}
  755. ADMINS  
  756. ()
  757. ADMIN_FOR      
  758. ()
  759. ADMIN_MEDIA_PREFIX      
  760. '/media/'
  761. ALLOWED_INCLUDE_ROOTS  
  762. ()
  763. APPEND_SLASH    
  764. True
  765. AUTHENTICATION_BACKENDS        
  766. ('django.contrib.auth.backends.ModelBackend',)
  767. BANNED_IPS      
  768. ()
  769. CACHE_BACKEND  
  770. 'locmem://'
  771. CACHE_MIDDLEWARE_KEY_PREFIX    
  772. ''
  773. CACHE_MIDDLEWARE_SECONDS        
  774. 600
  775. COMMENTS_ALLOW_PROFANITIES      
  776. False
  777. COMMENTS_BANNED_USERS_GROUP    
  778. None
  779. COMMENTS_FIRST_FEW      
  780. 0
  781. COMMENTS_MODERATORS_GROUP      
  782. None
  783. COMMENTS_SKETCHY_USERS_GROUP    
  784. None
  785. DATABASE_ENGINE        
  786. 'postgresql_psycopg2'
  787. DATABASE_HOST  
  788. '127.0.0.1'
  789. DATABASE_NAME  
  790. 'shredder'
  791. DATABASE_OPTIONS        
  792. {}
  793. DATABASE_PASSWORD      
  794. '********************'
  795. DATABASE_PORT  
  796. ''
  797. DATABASE_USER  
  798. 'shredder'
  799. DATETIME_FORMAT        
  800. 'N j, Y, P'
  801. DATE_FORMAT    
  802. 'N j, Y'
  803. DBPWD_DICT      
  804. {'ecsdev': 'dummy_no_account_but_needed_for_ECSTermGlossary page', 'emulbreh': 'Wjs82kjIp0o', 'mvw': 'knjsduihs24', 'sharing': 'ijefs83njdi', 'shredder': 'ij87njdojn', 'testecs': 'dhuiEioj8', 'wuxxin': 'hue87ajios', 'yacc': 'iojsemlsdc8'}
  805. DEBUG  
  806. True
  807. DEBUG_PROPAGATE_EXCEPTIONS      
  808. False
  809. DEBUG_TOOLBAR_CONFIG    
  810. {'INTERCEPT_REDIRECTS': False}
  811. DEFAULT_CHARSET        
  812. 'utf-8'
  813. DEFAULT_CONTENT_TYPE    
  814. 'text/html'
  815. DEFAULT_FILE_STORAGE    
  816. 'django.core.files.storage.FileSystemStorage'
  817. DEFAULT_FROM_EMAIL      
  818. 'noreply@ecsdev.ep3.at'
  819. DEFAULT_INDEX_TABLESPACE        
  820. ''
  821. DEFAULT_TABLESPACE      
  822. ''
  823. DISALLOWED_USER_AGENTS  
  824. ()
  825. EMAIL_HOST      
  826. 'localhost'
  827. EMAIL_HOST_PASSWORD    
  828. '********************'
  829. EMAIL_HOST_USER        
  830. ''
  831. EMAIL_PORT      
  832. 25
  833. EMAIL_SUBJECT_PREFIX    
  834. '[Django] '
  835. EMAIL_USE_TLS  
  836. False
  837. FILESTORE      
  838. '/home/shredder/ecs-store'
  839. FILE_CHARSET    
  840. 'utf-8'
  841. FILE_UPLOAD_HANDLERS    
  842. ('django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler')
  843. FILE_UPLOAD_MAX_MEMORY_SIZE    
  844. 2621440
  845. FILE_UPLOAD_PERMISSIONS        
  846. None
  847. FILE_UPLOAD_TEMP_DIR    
  848. None
  849. FIXTURE_DIRS    
  850. ()
  851. FORCE_SCRIPT_NAME      
  852. None
  853. IGNORABLE_404_ENDS      
  854. ('mail.pl', 'mailform.pl', 'mail.cgi', 'mailform.cgi', 'favicon.ico', '.php')
  855. IGNORABLE_404_STARTS    
  856. ('/cgi-bin/', '/_vti_bin', '/_vti_inf')
  857. INSTALLED_APPS  
  858. ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django_extensions', 'django.contrib.databrowse', 'django.contrib.admin', 'django.contrib.admindocs', 'core', 'utils', 'docstash', 'south', 'django_nose', 'reversion']
  859. INTERNAL_IPS    
  860. ('127.0.0.1', '78.46.72.166', '78.46.72.189', '78.46.72.188', '78.46.72.187')
  861. LANGUAGES      
  862. (('ar', 'Arabic'), ('bn', 'Bengali'), ('bg', 'Bulgarian'), ('ca', 'Catalan'), ('cs', 'Czech'), ('cy', 'Welsh'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('es', 'Spanish'), ('et', 'Estonian'), ('es-ar', 'Argentinean Spanish'), ('eu', 'Basque'), ('fa', 'Persian'), ('fi', 'Finnish'), ('fr', 'French'), ('ga', 'Irish'), ('gl', 'Galician'), ('hu', 'Hungarian'), ('he', 'Hebrew'), ('hi', 'Hindi'), ('hr', 'Croatian'), ('is', 'Icelandic'), ('it', 'Italian'), ('ja', 'Japanese'), ('ka', 'Georgian'), ('ko', 'Korean'), ('km', 'Khmer'), ('kn', 'Kannada'), ('lv', 'Latvian'), ('lt', 'Lithuanian'), ('mk', 'Macedonian'), ('nl', 'Dutch'), ('no', 'Norwegian'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Brazilian Portuguese'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sk', 'Slovak'), ('sl', 'Slovenian'), ('sr', 'Serbian'), ('sv', 'Swedish'), ('ta', 'Tamil'), ('te', 'Telugu'), ('th', 'Thai'), ('tr', 'Turkish'), ('uk', 'Ukrainian'), ('zh-cn', 'Simplified Chinese'), ('zh-tw', 'Traditional Chinese'))
  863. LANGUAGES_BIDI  
  864. ('he', 'ar', 'fa')
  865. LANGUAGE_CODE  
  866. 'de-AT'
  867. LANGUAGE_COOKIE_NAME    
  868. 'django_language'
  869. LOCALE_PATHS    
  870. ()
  871. LOGIN_REDIRECT_URL      
  872. '/accounts/profile/'
  873. LOGIN_URL      
  874. '/accounts/login/'
  875. LOGOUT_URL      
  876. '/accounts/logout/'
  877. MANAGERS        
  878. ()
  879. MEDIA_ROOT      
  880. '/home/shredder/src/ecs/../ecs/static'
  881. MEDIA_URL      
  882. '/static/'
  883. MIDDLEWARE_CLASSES      
  884. ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.transaction.TransactionMiddleware', 'reversion.middleware.RevisionMiddleware', 'ecs.utils.forceauth.ForceAuth')
  885. MONTH_DAY_FORMAT        
  886. 'F j'
  887. PASSWORD_RESET_TIMEOUT_DAYS    
  888. '********************'
  889. PREPEND_WWW    
  890. False
  891. PROFANITIES_LIST        
  892. '********************'
  893. PROJECT_DIR    
  894. '/home/shredder/src/ecs/../ecs'
  895. ROOT_URLCONF    
  896. 'ecs.urls'
  897. SECRET_KEY      
  898. '********************'
  899. SEND_BROKEN_LINK_EMAILS        
  900. False
  901. SERVER_EMAIL    
  902. 'root@localhost'
  903. SESSION_COOKIE_AGE      
  904. 1209600
  905. SESSION_COOKIE_DOMAIN  
  906. None
  907. SESSION_COOKIE_NAME    
  908. 'sessionid'
  909. SESSION_COOKIE_PATH    
  910. '/'
  911. SESSION_COOKIE_SECURE  
  912. False
  913. SESSION_ENGINE  
  914. 'django.contrib.sessions.backends.db'
  915. SESSION_EXPIRE_AT_BROWSER_CLOSE        
  916. False
  917. SESSION_FILE_PATH      
  918. None
  919. SESSION_SAVE_EVERY_REQUEST      
  920. False
  921. SETTINGS_MODULE        
  922. 'ecs.settings'
  923. SITE_ID        
  924. 1
  925. TEMPLATE_CONTEXT_PROCESSORS    
  926. ('django.core.context_processors.request', 'django.core.context_processors.media')
  927. TEMPLATE_DEBUG  
  928. True
  929. TEMPLATE_DIRS  
  930. ('/home/shredder/src/ecs/../ecs/templates',)
  931. TEMPLATE_LOADERS        
  932. ('django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_template_source')
  933. TEMPLATE_STRING_IF_INVALID      
  934. ''
  935. TEST_DATABASE_CHARSET  
  936. None
  937. TEST_DATABASE_COLLATION        
  938. None
  939. TEST_DATABASE_NAME      
  940. None
  941. TEST_RUNNER    
  942. 'django_nose.run_tests'
  943. TIME_FORMAT    
  944. 'P'
  945. TIME_ZONE      
  946. 'Europe/Vienna'
  947. TRANSACTIONS_MANAGED    
  948. False
  949. URL_VALIDATOR_USER_AGENT        
  950. 'Django/1.1.1 (http://www.djangoproject.com)'
  951. USE_ETAGS      
  952. False
  953. USE_I18N        
  954. True
  955. YEAR_MONTH_FORMAT      
  956. 'F Y'
  957.  
  958. 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.