Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Activity Streams and django-activity-stream
Search
Steve Ivy
September 26, 2011
Technology
5
1.1k
Activity Streams and django-activity-stream
Lightning taslk from DjangoCon US 2011
Steve Ivy
September 26, 2011
Tweet
Share
Other Decks in Technology
See All in Technology
Greenは本当にGreenか? - B/GデプロイとAPI自動テストで安心デプロイ
kaz29
0
130
Excelデータ分析で学ぶディメンショナルモデリング ~アジャイルデータモデリングへ向けて~ by @Kazaneya_PR / 20251126
kazaneya
PRO
3
160
AIエージェントによるエンタープライズ向けスライド検索!
shibuiwilliam
4
700
How We Built a Secure Sandbox Platform for AI
flatt_security
1
110
膨大なデータをどうさばく? Java × MQで作るPub/Subアーキテクチャ
zenta
0
120
AWS re:Invent 2025 で頻出の 生成 AI サービスをおさらい
komakichi
3
220
The Complete Android UI Testing Landscape: From Journey to Traditional Approaches
alexzhukovich
1
110
AI駆動開発2025年振り返りとTips集
knr109
1
100
クラスタ統合リアーキテクチャ全貌~1,000万ユーザーのウェルネスSaaSを再設計~
hacomono
PRO
0
150
JavaScript パーサーに using 対応をする過程で与えたエコシステムへの影響
baseballyama
1
140
LINEヤフー バックエンド組織・体制の紹介
lycorptech_jp
PRO
0
850
社内外から"使ってもらえる"データ基盤を支えるアーキテクチャの秘訣/登壇資料(飯塚 大地・高橋 一貴)
hacobu
PRO
0
6.5k
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Into the Great Unknown - MozCon
thekraken
40
2.2k
Balancing Empowerment & Direction
lara
5
760
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
How STYLIGHT went responsive
nonsquared
100
5.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
680
Producing Creativity
orderedlist
PRO
348
40k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
Transcript
Activity Streams And django-activity-stream
This is an activity stream
So is this...
And this...
But... What can I do with it?
Look at it!
Write to their APIs...
Subscribe to it! (Could be useful...)
What about Django?
https://github.com/justquick/django-activity-stream
Makes this work
One (longish) call: # create action action.send ( user.person, #
actor verb='pushed', # verbed action_object=app, # an object target=environment, # to a target (optional) description=message, )
One URL Pattern: import actstream urlpatterns += patterns('', ('^feed/activity/', include('actstream.urls')),
)
Feeds
Atom
Activity Streams! https://github.com/sivy/django-activity-stream
Thanks! https://github.com/justquick/django-activity-stream https://github.com/sivy/django-activity-stream (my fork) http://activitystrea.ms Steve Ivy
[email protected]
@steveivy