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
FinJAWS_reinvent2024_recap_database
asahihidehiko
2
310
RevOpsへ至る道 データ活用による事業革新への挑戦 / path-to-revops
pei0804
2
540
ChatGPTを使ったブログ執筆と校正の実践テクニック/登壇資料(井田 献一朗)
hacobu
0
110
Microsoft Ignite 2024 最新情報!Microsoft 365 Agents SDK 概要 / Microsoft Ignite 2024 latest news Microsoft 365 Agents SDK overview
karamem0
0
170
Tech Blog執筆のモチベート向上作戦
imamura_ko_0314
0
630
生成AIを活用した機能を、顧客に提供するまでに乗り越えた『4つの壁』
toshiblues
1
180
コスト削減と精度維持を両立!類似画像検索システムの内製化成功事例
shutotakahashi
0
340
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
2
410
Autify Company Deck
autifyhq
2
41k
panicを深ぼってみる
kworkdev
PRO
1
120
TSのコードをRustで書き直した話
askua
4
980
“自分”を大切に、フラットに。キャリアチェンジしてからの一年 三ヶ月で見えたもの。
maimyyym
0
140
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.3k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
A designer walks into a library…
pauljervisheath
205
24k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
39
1.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Designing Experiences People Love
moore
139
23k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Git: the NoSQL Database
bkeepers
PRO
427
64k
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