maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

Using django-cms 2.4, cmsplugin-contact doesn't pick up ckeditor #45

Closed driesdesmet closed 11 years ago

driesdesmet commented 11 years ago

When installed, cmsplugin-contact comes up with a 'TemplateDoesNotExist at /admin/cms/page/5/edit-plugin/138/ cms/plugins/widgets/wymeditor.html' I have 'djangocms_text_ckeditor' in front of the 'cms' app as per instructions on djangcms_text_ckeditor, and that plugin on itself is working as expected.

Using Django 1.5, django-cms 2.4 and djangocms-text-ckedito 1.0.9

driesdesmet commented 11 years ago

Looks like the issue here is that the official pypi download (marked as version 1.0.0) is not the current version. On current master branch this issue is fixed. Could you update pyp? The pip install method is broken now.

Thanks.

maccesch commented 11 years ago

I can do that. I don't have time to test the current version. If you can confirm that it works smoothly I will update the version on PyPI.

mitar commented 11 years ago

You can always install with pip from the git?

pip install -e git+https://github.com/maccesch/cmsplugin-contact.git#egg=cmsplugin_contact
driesdesmet commented 11 years ago

Hm, I've been bitten by this again today. Time to upload to pypi or at least fix the version number in setup.py. with 1.1beta or something. It's confusing that right now, the version on github and the one on pypi are both numbered 1.0.0.

I know I can get around it with pip install, but I'd rather use pypi packages in my requirements file if I have the choice.

Thanks.