Fantomas42/django-blog-zinnia

Add field to Category model

klebercode opened this issue · 1 comments

What is the best way to add a field (color) to the Category model?

Hello,

the best way to do that, is to extend the Entry model with a custom Category model.
No easy way are provided for this.