pinax / pinax-blog

a blog app for Django
MIT License
464 stars 153 forks source link

Got error when install - blog.Post.image_set: (fields.E300) Field defines a relation with model 'ImageSet' #98

Closed wyx2000 closed 6 years ago

wyx2000 commented 7 years ago

ERRORS: blog.Post.image_set: (fields.E300) Field defines a relation with model 'ImageSet', which is either not installed, or is abstract.

Any idea? thanks

grahamu commented 7 years ago

@wyx2000 I believe pinax-blog v6.0.2 release fixes this issue with documentation indicating the need to add pinax-images to SETTINGS. Please close this issue if so, thanks!

https://github.com/pinax/pinax-blog/releases/tag/v6.0.2