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
1.1k
5
Share
Activity Streams and django-activity-stream
Lightning taslk from DjangoCon US 2011
Steve Ivy
September 26, 2011
Other Decks in Technology
See All in Technology
プロダクトを触って語って理解する、チーム横断バグバッシュのすすめ / 20260411 Naoki Takahashi
shift_evolve
PRO
1
130
Kubernetes基盤における開発者体験 とセキュリティの両⽴ / Balancing developer experience and security in a Kubernetes-based environment
chmikata
0
190
マルチモーダル非構造データとの闘い
shibuiwilliam
1
180
サイボウズフロントエンドの活動から考える探究と発信
mugi_uno
0
110
パワポ作るマンをMCP Apps化してみた
iwamot
PRO
0
300
JSTQB Expert Levelシラバス「テストマネジメント」日本語版のご紹介
ymty
0
130
AIを活用したアクセシビリティ改善フロー
degudegu2510
1
150
"まず試す"ためのDatabricks Apps活用法 / Databricks Apps for Early Experiments and Validation
nttcom
1
170
20260326_AIDD事例紹介_ULSC.pdf
findy_eventslides
0
550
Cortex Code君、今日から内製化支援担当ね。
coco_se
0
280
Hello UUID
mimifuwacc
0
110
Claude Teamプランの選定と、できること/できないこと
rfdnxbro
1
960
Featured
See All Featured
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
330
Practical Orchestrator
shlominoach
191
11k
Test your architecture with Archunit
thirion
1
2.2k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
160
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
250
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
320
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
160
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
660
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
160
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