justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.38k stars 482 forks source link

Use pluggy for customization report #504

Open justquick opened 2 years ago

justquick commented 2 years ago

Look into using pluggy for customizing parts of the app instead of relying on django settings config. Might b a good idea, might not make sense