Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Can't sync the db #87

Open
rando305 opened this issue Feb 9, 2015 · 4 comments
Open

Can't sync the db #87

rando305 opened this issue Feb 9, 2015 · 4 comments

Comments

@rando305
Copy link

rando305 commented Feb 9, 2015

When trying to makemigrations, I get an error "taggit_tag" does not exist.
LINE 1: SELECT "taggit_tag"."name" FROM "taggit_tag"
^

@chronossc
Copy link

You have taggit in your INSTALLED_APPS ? The package is django-taggit and should be installed.

@XFJH
Copy link

XFJH commented Apr 12, 2015

when i do follow https://django-cms.readthedocs.org/en/support-3.0.x/introduction/third_party.html
on the final step: python manage.py migrate
django.db.utils.OperationalError: no such table: taggit_tag

i can make sure that i installed taggit (0.11)
"taggit" in my "INSTALLED_APPS"

@mkoistinen
Copy link
Contributor

Make sure you also migrate: python manage.py migrate

@JoeCora
Copy link

JoeCora commented Jun 5, 2015

I had the same problem as @rando305 and @XFJH -> LINE 1: SELECT "taggit_tag"."name" FROM "taggit_tag". My solution was to first migrate only the Django taggit app, which should be under INSTALLED_APPS as 'taggit'. After the successful migration of taggit, I added the rest of the Aldryn Blog apps to the INSTALLED_APPS and migrated those. Everything seems to work fine now.

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

No branches or pull requests

5 participants