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

It is not working with djangocms_text_ckeditor #59

Closed erieval closed 9 years ago

erieval commented 10 years ago

I have django-cms 3 with django 1.6 and 'djangocms_text_ckeditor' in INSTALLES_APPS. Although the in docs it is stated that "If you have the package 'djangocms_text_ckeditor' in your INSTALLES_APPS CKEditor is used", I am getting errors about 'USE_TINYMCE'

maccesch commented 10 years ago

please give more details. What errors are you getting exactly?

erieval commented 10 years ago

I installed cmsplugin_contact with pip install and placed 'cmsplugin_contact', in INSTALLED_APPS section in settings.py , did migration of the app and started the server. When I browse to it, I get: "from cms.plugins.text.settings import USE_TINYMCE ImportError: No module named plugins.text.settings" Here is the full paste of error from my terminal: http://paste.debian.net/91185/

I installe django-cms develop with django 1.6.2 using djangocms-installer Thanks

masarliev commented 10 years ago

@erieval use latest master version pip install git+https://github.com/maccesch/cmsplugin-contact.git --upgrade

optimum-dulopin commented 10 years ago

Hi, first, thanks for this usefull plugin same problem for me. And as I'm using buildout, would be very nice to have last version on pypi

thanks