Articles by Tag
#django
September 25, 2023
Test Logging in Django
An easy way to test Django logging to ensure your logs are being created as expected.
September 9, 2023
Flatpages In Django Part 2: Extending Flatpages
How to extend the Django flatpages app including a custom view to handle lookups by ID instead of URL.
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.