Thanks Karen you've been helping me out recently with debugging a few
things and have been a really great asset.
Cheers,
Ryan Kaskel
On Aug 26, 7:19 pm, Karen Tracey wrote:
> On Wed, Aug 26, 2009 at 3:33 PM, Ryan K wrote:
>
> > This is where it says the problem is in the template:
>
> > Templa
On Wed, Aug 26, 2009 at 3:33 PM, Ryan K wrote:
>
> This is where it says the problem is in the template:
>
> Template error
>
> In template /usr/local/lib/python2.6/dist-packages/django/contrib/
> admin/templates/admin/base.html, error at line 30
> Caught an exception while rendering: unsupported
State in admin rendering process when error occurred:
/usr/local/lib/python2.6/dist-packages/django/template/debug.py in
render_node
74. e.source = node.source
75. raise
76. except Exception, e:
77. from sys import exc_info
78. wrapped = TemplateSyntaxError(u'Caught an exception while
This is where it says the problem is in the template:
Template error
In template /usr/local/lib/python2.6/dist-packages/django/contrib/
admin/templates/admin/base.html, error at line 30
Caught an exception while rendering: unsupported operand type(s) for
+=: 'function' and 'list'
20
21
I am getting a very strange error and I can't tell if it is coming
from my code or Django's code. I have not modified the templates of
the admin interface at all. Below is the error. I am trying to access
http://localhost:8080/. This error still occurrs if I remove all apps
from the install apps l
5 matches
Mail list logo