skillfed

django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

django-activity-stream v2.0.0 151.0K downloads/30d#10,947 on PyPI2,439
Permissive license BSD 3-Clause AGING released

What it is and what it does

Django Activity Stream is a Django app that captures and displays streams of user-generated actions on your site. It models activities using four components—an Actor (who did it), a Verb (what they did), an Action Object (optional, what was affected), and a Target (optional, what it was done to)—allowing you to record events and display them as feeds.

The package is designed to support following and unfollowing of activity sources, enabling use cases like dashboards where users see actions from projects they watch and people they follow. Activities are stored in the database and can be queried and filtered to build personalized feeds. It integrates with Django's ORM and uses GenericForeignKeys to link activities to any model in your project.

Use it for:

  • Build a dashboard showing actions from followed projects and users.
  • Display a user's personal activity feed of their own actions on the platform.
  • Track and display moderation events for site administrators.
  • Create notification systems that alert users to actions by followed accounts.
  • Log audit trails of important user actions for compliance or debugging.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Django Activity Stream generates and displays activity feeds from user actions on your site, allowing users to follow actors and see personalized streams of events.

Yes, if you need a straightforward activity stream for a Django project and can accept aging maintenance. The package is stable and permissively licensed, but the last release was 2023-10-04 and there are no recent commits. Verify compatibility with your Django version before installing, and consider whether you need active maintenance or community support.

Install

django-activity-stream on PyPI

pip

pip install django-activity-stream

uv

uv add django-activity-stream

poetry

poetry add django-activity-stream

Installing django-activity-stream

Before you install

Low install friction with a single Django dependency. Maintenance status is aging—last release was 2023-10-04 and the repository shows no recent commits, though it remains archived-free with 2439 stars.

License in practice

BSD 3-Clause permissive license allows commercial and private use with minimal restrictions, requiring only license and copyright notice retention.

Quickstart

pip install django-activity-stream

import django_activity_stream
# Configure in Django settings and use to record and query activities

Requires Django to be installed and configured in your project.

Verify before relying

  • Whether the package works with modern Django versions (latest release is from 2023-10-04).
  • Current test coverage and compatibility with Python 3.9+.
  • Performance characteristics with large activity streams.
  • Specific API and usage patterns for recording and querying activities.

Package facts

License BSD 3-Clause (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — Django
Maintenance aging — 1,045 days since the last release
Last repo commit
First released
Downloads 150,960/month — #10,947 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: django_activity_stream-2.0.0-py3-none-any.whl

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentFramework :: DjangoIntended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Topic :: Utilities

Tags

django activity feeduser action streamactivity log djangofollow actor activitiesevent stream djangopersonalized activity feeddjango action tracking
django-extensionactivity-trackingsocial-features

More Utilities packages