Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with syncdb after installing designer #55

Open
starkoracles opened this issue Jan 10, 2013 · 1 comment
Open

Problem with syncdb after installing designer #55

starkoracles opened this issue Jan 10, 2013 · 1 comment

Comments

@starkoracles
Copy link

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
Copy link

faebser commented Apr 28, 2014

Make sure that after you added

'form_designer.contrib.cms_plugins.form_designer_form'

to your INSTALLED_APPS to run

manage.py syncdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants