I was bored of watching videos and bored of not getting anything accomplished. A little over a year ago I started a “Wednesday Hack Night” with my friend Aaron. Continue reading Kaizen Hack Time
Tag Archives: minaproject
Mixins, Django, Python and adding to Models
I’m working with my buddy ADubs, esq. on a project where we make it easier to add federation to various models. We’re properly lazy programmers, so we don’t want to rewrite federation for each model we are creating, we just want to mix it in as a general set of functionality. Â Below the fold, more details, sample code, etc.
Continue reading Mixins, Django, Python and adding to Models