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.
When installing djangocms-blog like this:
The following error happens:
I'd expect any such dependencies to be optional.