2

Django Activity Stream uses the concept of Generic Foreign Keys. However, Django doesn’t currently provide any support for foreign key or many-to-many relationships spanning multiple databases.

So, is it possible to use Django Activity Stream where we are using 2 databases - one has users info and the other has content (which if changes, the users should be notified) ?

Saurabh Verma
  • 6,328
  • 12
  • 52
  • 84
  • I suppose that your other database for content is nosql(non-rel) database. Just like open-edx. So, django-activity-stream might not work here. You can call APIs from other databse with a secure secret key validation on both end. – Jay Modi Dec 14 '17 at 07:15

0 Answers0