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
1.1k
Views can be Classy
kennethlove
7
1.7k
Class-Based Views
kennethlove
2
270
Other Decks in Programming
See All in Programming
フロントエンド開発に役立つクライアントプログラム共通のノウハウ / Universal client-side programming best practices for frontend development
nrslib
7
3.8k
Let's Write a Train Tracking Algorithm
twocentstudios
0
220
大規模アプリにおけるXcode Previews実用化までの道のり
ikesyo
0
970
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
170
株式会社 Sun terras カンパニーデック
sunterras
0
180
Build your own WebP codec in Swift
kishikawakatsumi
2
860
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
110
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
660
Learn CPU architecture with Assembly
akkeylab
1
1.3k
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
220
実践AIチャットボットUI実装入門
syumai
7
2.4k
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
150
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
185
22k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
950
Visualization
eitanlees
148
16k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Unsuck your backbone
ammeep
671
58k
Producing Creativity
orderedlist
PRO
347
40k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Writing Fast Ruby
sferik
629
62k
Facilitating Awesome Meetings
lara
56
6.6k
Embracing the Ebb and Flow
colly
88
4.8k
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