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
There's always money in the banana(-py) stand
Search
Kenneth Love
September 26, 2011
Programming
1
160
There's always money in the banana(-py) stand
A brief introduction to the Django MailChimp OAuth2 library, banana-py.
Kenneth Love
September 26, 2011
Tweet
Share
More Decks by Kenneth Love
See All by Kenneth Love
Those Who Care, Teach!
kennethlove
0
300
Django 101
kennethlove
2
1k
Views can be Classy
kennethlove
7
1.7k
Class-Based Views
kennethlove
2
270
Other Decks in Programming
See All in Programming
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
440
QA x AIエコシステム段階構築作戦
osu
0
240
Infer入門
riru
2
260
202507_ADKで始めるエージェント開発の基本 〜デモを通じて紹介〜(奥田りさ)The Basics of Agent Development with ADK — A Demo-Focused Introduction
risatube
PRO
6
1.4k
知って得する@cloudflare_vite-pluginのあれこれ
chimame
1
140
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
380
SQLアンチパターン第2版 データベースプログラミングで陥りがちな失敗とその対策 / Intro to SQL Antipatterns 2nd
twada
PRO
37
11k
DynamoDBは怖くない!〜テーブル設計の勘所とテスト戦略〜
hyamazaki
0
180
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.3k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
500
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
280
プロダクトという一杯を作る - プロダクトチームが味の責任を持つまでの煮込み奮闘記
hiliteeternal
0
400
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
The Invisible Side of Design
smashingmag
301
51k
Being A Developer After 40
akosma
90
590k
Six Lessons from altMBA
skipperchong
28
3.9k
Optimizing for Happiness
mojombo
379
70k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
How to Ace a Technical Interview
jacobian
278
23k
Building Adaptive Systems
keathley
43
2.7k
KATA
mclloyd
31
14k
A designer walks into a library…
pauljervisheath
207
24k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.5k
Transcript
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones AKA: Who the heck?
What the heck? An authentication library for Django using MailChimp’s
OAuth2 provider...thing. Sadly not a tasty baked good. A clever pun.
How the heck? Set redirect uri on Mailchimp to “http://your-domain/
bananas/ripe/”. Set the settings for API keys and the like. Include the URLs. Use the tag.
Where the heck? https://github.com/kennethlove/Banana-Py http://pypi.python.org/pypi/banana_py/ Or good, old-fashioned “pip install
banana-py” Demo Project: http://bit.ly/banana-py-demo