Hello!
We wanted django-activity-stream to handle some models from third-party apps, but since it's third-party, we can't modify its apps.py/__init__.py to register them.
Older version of the docs said "You normally call register right after your model is defined (models.py) but you can call it anytime before you need to generate actions or activity streams", but that was removed in the current version, so I wonder if it still applies.
(We could create a wrapper over that third-party model and register this wrapper, but working with the model itself would be more convenient.)
Hello!
We wanted django-activity-stream to handle some models from third-party apps, but since it's third-party, we can't modify its
apps.py/__init__.pyto register them.Older version of the docs said "You normally call register right after your model is defined (models.py) but you can call it anytime before you need to generate actions or activity streams", but that was removed in the current version, so I wonder if it still applies.
(We could create a wrapper over that third-party model and register this wrapper, but working with the model itself would be more convenient.)