문제

I am trying to install beta version 3 of Django CMS.

Although all modules and dependencies and everything is there, whenever I try to syncdb, I get errors like this:

ImportError cms.plugins.file: No module named plugins.file

If I uncomment it, the next one gives the error:

ImportError cms.plugins.flash: No module named plugins.flash

Only when I uncomment them all can I install.

What might be the problem?

도움이 되었습니까?

해결책

the core plugins have been removed from the cms.

http://docs.django-cms.org/en/develop/upgrade/3.0.html#plugins-removed

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top