samluescher / django-form-designer

A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.
BSD 3-Clause "New" or "Revised" License
315 stars 149 forks source link

Problem with syncdb after installing designer #55

Open starkoracles opened 11 years ago

starkoracles commented 11 years ago

omer@omer-Inspiron-1440:~/web-sandbox/my_django_cms$ python manage.py syncdb Error: One or more models did not validate: form_designer_form.cmsformdefinition: 'form_definition' has a relation with model <class 'form_designer.models.FormDefinition'>, which has either not been installed or is abstract.

omer@omer-Inspiron-1440:~/web-sandbox/my_django_cms$

faebser commented 10 years ago

Make sure that after you added

'form_designer.contrib.cms_plugins.form_designer_form'

to your INSTALLED_APPS to run

manage.py syncdb