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

Contact not showing up as optional plugin #12

Closed clayton650 closed 13 years ago

clayton650 commented 13 years ago

Hi Maccesch

I have struggled and searched and can't get cmsplugin-contact working. I am developing in an Ubuntu VE using Python 2.7, Django 1.3, and Django CMS 2.1.3. I have the standard plugins installed that ship with Django CMS (text, twitter, etc); however, can't seem to get cmsplugin-contact to show up as an option. Am I looking in the correct place?

FYI: I have added 'cmsplugin_contact' to my INSTALLED_APPS and syncdb and I believe have properly migrated with South.

Any thoughts? Need more info?

Thanks

Clayton

clayton650 commented 13 years ago

Hi Maccesch

I just updated to 0.9.7 and it's now working. I had a problem with the install though; the REAMME file is missing. I commented out the appropriate line in setup.py as a temp fix.

Thanks for the help

Clayton

maccesch commented 13 years ago

Thanks for the feedback!

I fixed this now in 0.9.8. You can just upgrade.