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
root@cfa73357aa68:/app# ./manage.py migrate
SystemCheckError: System check identified some issues:
ERRORS:
djangocms_blog.LatestPostsPlugin.tags: (fields.E300) Field defines a relation with model 'Tag', which is either not installed, or is abstract.
djangocms_blog.Post.tags: (fields.E300) Field defines a relation with model 'Tag', which is either not installed, or is abstract.
I'd expect any such dependencies to be optional.
The text was updated successfully, but these errors were encountered:
When installing djangocms-blog like this:
The following error happens:
I'd expect any such dependencies to be optional.
The text was updated successfully, but these errors were encountered: