Ok. just by testing it over and over i figured out what the problem
was.
The problem was, that you could not use 'pass' in context processor.
If i did it like this:
loginform(request):
if request.user.is_authenticated():
return {}
else:
from django.
I have been trying to track down this issue and here is what i found.
I created new project. Its settings are like this:
http://pastebin.com/CyiGv3nk
If the line #"jalka.context.loginform" is commented out, i can
go to admin just fine.
I i comment it in. i get
http://pastebin.com/A1mzRqFG
On May 26, 10:26 pm, Karen Tracey wrote:
> On Wed, May 26, 2010 at 12:13 PM, zayatzz wrote:
> > Hello
>
> > I created new project, added bunch of apps (which are required for
> > django cms 2.0) and when i proceeded to admin, to create first set of
> > pages i got this error:
>
> >http://pasteb
On Wed, May 26, 2010 at 12:13 PM, zayatzz wrote:
> Hello
>
> I created new project, added bunch of apps (which are required for
> django cms 2.0) and when i proceeded to admin, to create first set of
> pages i got this error:
>
> http://pastebin.com/ZYKuuz85
>
> I also mentioned it in django cms
4 matches
Mail list logo