justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

Home Page:http://django-activity-stream.rtfd.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django.db.utils.OperationalError: table actstream_action has no column named data

jz8912 opened this issue · comments

django.db.utils.OperationalError: table actstream_action has no column named data

I think you need to run the migrate command properly

if you have the jsonfield setting enabled you must install the jsonfield backport app also
pip install django-activity-stream[jsonfield]