content management system - Django 1.8 + CMS error: django.db.utils.ProgrammingError: relation "cms_cmsplugin" does not exist -


i got same error 3 times already, before didn't find solution in google nor here, , guess i'm not 1 got it.

from fresh installation, install @ same time django-cms plugin many of plugins.

after running

python manage.py makemigrations python manage.py migrate 

i error: django.db.utils.programmingerror: relation "cms_cmsplugin" not exist

well, remove cms plugins except 'cms' itself, run python manage.py migrate add again plugins , alter, again, python manage.py migrate

it seems django tries create tables plugins before 'cms' app's one

as see it's not big deal if know it.

usually people install them 1 one, if pip requirements.txt or similar, face this.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -