[Django]-ValueError at /admin/zinnia/entry/add/ in Zinnia?

1👍

Make sure your using correct versions of dependencies for Zinnia.

2👍

There is an issue with categories and how it is displayed when you add or edit entry if you use Django 1.11. Fastest workaround is to downgrade Django to 1.10.

@weather api suggested to look into dependencies, but setup.py doesn’t even mention Django package by itself, so by default Django 1.11 will be installed.

Leave a comment