We are not using PayPal
Saturday, March 02, 2013 (permalink)
In January Audrey Roy and I launched a book about Django called Two Scoops of Django: Best Practices for Django 1.5. We decided to not use PayPal. Here's why:
Open Source Events Get Burned By PayPal
PayPal has a long, sordid history of freezing the accounts of Python ...
Developer Time
Tuesday, December 04, 2012 (permalink)
This blog post got started with a tweet.
That tweet got retweeted a lot by developers. And system administrators. And database administrators. And any creative type.
As of December 7th, 2012, it had been retweeted over 500 times, a personal best. Obviously I struck a chord that resonated with a ...
Read more ...Stay with the Django CBV defaults!
Tuesday, November 27, 2012 (permalink)
One virtue of Django Class Based Views (CBVs) is that they come with pretty good default settings. The virtue of this is you can really pare your code down in size and complexity.
For example, here is an implementation of CBVs based on a straight-forward Django model , stuffage.models.Stuff ...
Read more ...Thoughts on ranting
Monday, November 26, 2012 (permalink)
I'll admit it, I love a good rant. I respect those who can give rants well. I would list the ones I really like, but I'm not sure I want to deal with the arguments that would follow. ;-)
Of course, as much as I like to read or ...
Read more ...The sorry state of Python OAuth providers
Monday, March 05, 2012 (permalink)
This is one of those challenging posts to write. The people whose projects I'm going to describe have put in a lot of dedicated, hard work to overcome a challenging subject. Writing an OAuth consumer is a hard problem and writing an OAuth provider is an even harder problem ...
Read more ...
