bengibaykal / swe574group1

2 stars 2 forks source link

Activity Stream Bug - Model Community Is Not Registered To Actstream Registry #68

Closed eermis1 closed 4 years ago

eermis1 commented 4 years ago

Activity Stream could not be able to integrated with the project since it fails on functional tests. When we try to send an action it raises " Model Community Is Not Registered To Actstream Registry" and fails to save an action.

eermis1 commented 4 years ago

The issue has been fixed with below 2 actions

1 - Delete from future import unicode_literals from the community.apps.py 2 - Add default_app_config = 'community.apps.CommunityConfig' to community.init.py