arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Clarify installation process #22

Closed tobiase closed 7 years ago

tobiase commented 9 years ago

I had to create initial south migrations for Django 1.6.8. with python manage.py schemamigration cmsplugin_contact_plus --initial.

I'm new to Django. Maybe it's obvious for more experienced users, that they have to create the migrations, but it wasn't for me.

walterrenner commented 9 years ago

hi @tobiase,

thanks for this hint. we already discussed this in #20 and haven't found the right solution by now. The point is, that we have projects using django <1.7 with south and with django >=1.7 and build-in migrations. we need to support both.

we will update the readme asap.

kellito14 commented 7 years ago

I got everything installed but when I created a form and clicked submit , I got a connection refused error.

walterrenner commented 7 years ago

Hi @kellito14.

This issue is from 2014 and we have done some significant changes to cmsplugin-contact-plus. Would you please open a new Issue and provide more information and steps to reproduce your error.

Thanks.

philippeowagner commented 7 years ago

Please re-open if issue still persists.