Django Activity Stream with Multiple Databases

94 Views Asked by At

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) ?

0

There are 0 best solutions below