Blog
To Object or Not to Object?
2020-04-15English can be a confusing language. When I say object I mean a Python object and not to object to something. Of course, the reader may object to the content of this article, but that is beside the point.
Posted in Extensibility by Shawn DavisSimple Audit Models
2020-03-15SuperDjango's simple and generally useful approach to audit models.
Posted in Database by Shawn DavisShould You Use the Django Admin?
2020-02-15For developers new to Django, the admin is somewhat magical. It was for me, at least. It was great, with very little code, to create a user interface so quickly.
Posted in Django by Shawn Davis