Skip to content

Commit

Permalink
Ref #207 - Fix missing activity stream app and package
Browse files Browse the repository at this point in the history
- Add actstream to django apps
- Add django-activity-stream to requirements.txt
  • Loading branch information
Kerem Zaman committed Dec 10, 2021
1 parent 000c506 commit bd9eb9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'profiles',
'corsheaders',
'frontend',
'actstream',
]

SITE_ID = 1
Expand Down
3 changes: 2 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ djangorestframework==3.12.4
djangorestframework-jsonapi
djangorestframework-simplejwt==5.0.0
django_rest_passwordreset
django-cors-headers
django-cors-headers
django-activity-stream

0 comments on commit bd9eb9a

Please sign in to comment.