Paul WolfDjaq: A Different Concept for Django QueriesDjaq (pronounced “jack”) is the name of a Python module that provides Django with an alternative to QuerySets. It’s a proof-of-concept…Jan 8, 2019Jan 8, 2019
Paul WolfModern Django SettingsThere is an abundance of advice on Django settings on the web, but in my opinion, not always correct. I’d like to discuss what I think is…Oct 13, 2018Oct 13, 2018
Paul WolfA More Practical RESTThe REST pattern for writing APIs has a lot of traction and is the basis for many public APIs. It does, however, have some serious…Jul 27, 2018Jul 27, 2018
Paul WolfModern Python LoggingThis is an opinionated view of how logging should be done for Python applications. I won’t discuss how to configure the `logging` module in…Jan 14, 2018Jan 14, 2018