Articles by Topic
September 8, 2023
Flatpages In Django Part 1: Basic Implementation
How to quickly set up Django flatpages for building generic, one-off pages like "about us," "privacy policy, "terms and conditions," and so forth.
September 3, 2023
Working With Slugs In Django
My approach to efficiently working with slugs, creating slugs at the proper stage, and using slugs for seo.
August 27, 2023
Next Article Suggestion in Django
Considerations in developing a content suggestion engine in Django.
August 20, 2023
Update Tags in Django
Considerations in building a custom admin interface for updating tag names.
July 22, 2023
Mistakes in Making Copies of Python Objects
The differences between deep and shallow copies in Python, mistakes common mistakes and how to correct for these errors.