Django CMS error when running project
- by 47
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.