You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to makemigrations, I get an error "taggit_tag" does not exist.
LINE 1: SELECT "taggit_tag"."name" FROM "taggit_tag"
^
The text was updated successfully, but these errors were encountered: