Django CMS error when running project
Posted
by 47
on Stack Overflow
See other posts from Stack Overflow
or by 47
Published on 2010-06-06T15:16:39Z
Indexed on
2010/06/06
15:22 UTC
Read the original article
Hit count: 415
django
|django-cms
I'd set up a site a while back using Django-CMS and it was working fine. However, after upgrading to the latest version of both Django and Django-CMS, it doesn't work anymore...when I try to run the development server, I get this message:
"Signal recerivers must accept keyword arguments (**kwargs)."
AssertionError: Signal receivers must accept keyword arguments (**kwargs).
What could be the problem here? I've tried running the sample app that comes with the CMS and it works just fine.
© Stack Overflow or respective owner