Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tags optional #9

Open
macolo opened this issue Oct 29, 2024 · 0 comments
Open

Make tags optional #9

macolo opened this issue Oct 29, 2024 · 0 comments

Comments

@macolo
Copy link

macolo commented Oct 29, 2024

When installing djangocms-blog like this:

INSTALLED_APPS = [
...
   'djangocms_blog',
...
]

The following error happens:

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.

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

No branches or pull requests

1 participant