Continuation:
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/django/template/debug.py"
 
in render_node
  79.             return node.render(context)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/mezzanine/template/__init__.py"
 
in render
  61.                     return tag_func(context, token)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/mezzanine/core/templatetags/mezzanine_tags.py"
 
in dashboard_column
  667.         output.append(t.render(Context(context)))
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/django/template/base.py"
 
in render
  209.                     return self._render(context)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/django/template/base.py"
 
in _render
  201.         return self.nodelist.render(context)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/django/template/base.py"
 
in render
  903.                 bit = self.render_node(node, context)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/django/template/debug.py"
 
in render_node
  79.             return node.render(context)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/mezzanine/template/__init__.py"
 
in render
  119.                         result = tag_func(*parts)
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/mezzanine/generic/templatetags/comment_tags.py"
 
in recent_comments
  72.     latest = context["settings"].COMMENTS_NUM_LATEST
File 
"/home/webcalc/.virtualenvs/dsvenv/local/lib/python2.7/site-packages/mezzanine/conf/context_processors.py"
 
in __getattr__
  28.             raise AttributeError

Exception Type: AttributeError at /admin/
Exception Value: 



On Monday, 15 February 2016 12:16:21 UTC+1, Ephraim Anierobi wrote:
>
> I was unable to login to admin .
> i received this error message bellow;
>
> RemovedInDjango110Warning: render() must be called with a dict, not a 
> Context.   context["toolbar"] = t.render(Context(context))
>
> I'm new to django and mezzanine. Someone help please
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to