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
Finishing chapter 2, my app indicates the two errors:
Both errors are related to tags.
Checking the Post model table, it is not possible to identify the columns indicated in the errors, "blog_post.tags", in the same way in relation to "tag" or "slug-tag".
The fields in the Post table are those assigned in the created model.
I can't see the functions and attributes of the taggit module, so I can't identify the source of the error.
Thank you for any advice/comments on this matter. Thanks once again.
The text was updated successfully, but these errors were encountered:
Hi Igor, thanks for the comment. You're right, it's a great possibility. The question is what impacts the sequence of the other chapters. Thanks again.
Finishing chapter 2, my app indicates the two errors:
Both errors are related to tags.
Checking the Post model table, it is not possible to identify the columns indicated in the errors, "blog_post.tags", in the same way in relation to "tag" or "slug-tag".
The fields in the Post table are those assigned in the created model.
I can't see the functions and attributes of the taggit module, so I can't identify the source of the error.
Thank you for any advice/comments on this matter. Thanks once again.
The text was updated successfully, but these errors were encountered: