Organice / django-organice

All-in-one collaboration solution. For non-profit organizations, sports clubs, small to medium-sized businesses. Nice, very nice,
https://organice.io
Apache License 2.0
48 stars 16 forks source link

Install Instructions fail #12

Closed MarquisT closed 7 years ago

MarquisT commented 7 years ago

I've followed the Readme and Docs install instructions but they end with errors.

raise ImproperlyConfigured('%s cannot be imported' % model_path) django.core.exceptions.ImproperlyConfigured: cmsplugin_zinnia.placeholder.EntryPlaceholder cannot be imported

There seems to be problems with the zinnia and django-cms versions. Ideas?

bittner commented 7 years ago

Yes, Zinnia and django CMS are the typical candidates for packages that make backward-incompatible changes, and need special attention. (The packages do a lot, to be fair.)

If you use the documented requirements of the releases (see the "Dependencies" in the change log, or simply docs/requirements.txt) you should get a setup running. That setup will be working albeit maybe be a bit aged.