django-activity-stream
Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
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-streamuv
uv add django-activity-streampoetry
poetry add django-activity-streamInstalling 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
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
stream-pythonOfficial Python client library for Stream Feeds…
permissive · top 5,000 on PyPI
cinemagoerCinemagoer retrieves and queries movie, actor,…
copyleft · top 15,000 on PyPI
django-auditlogdjango-auditlog logs changes to Django model…
permissive · top 5,000 on PyPI
awslogsawslogs is a command-line tool for querying and…
permissive · top 15,000 on PyPI
aiostreamaiostream provides composable stream operators…
copyleft · top 5,000 on PyPI
django-icalGenerates iCalendar (iCal) feeds from Django…
permissive · top 15,000 on PyPI
faust-streamingFaust-streaming is a Python library for…
permissive · top 15,000 on PyPI
sentence-streamSplits text streams into sentences even when…
permissive · top 15,000 on PyPI
quixstreamsQuix Streams is a Python framework for building…
permissive · top 15,000 on PyPI
streamlinkStreamlink extracts video streams from various…
permissive · top 15,000 on PyPI