Here’s me: I have an android phone, I can program, I use LibraryThing for tracking my books. Here’s how those things come together. Continue reading LibraryDroid tracks your books
Tag Archives: Python
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