Articles by Tag
#seo
June 25, 2025
How To Resize Images On Upload in Django
Resize uploaded images during Django form validation using Pillow to prevent large files from reaching your storage system.
June 16, 2025
How to Serve Favicons in Django from Cloud Storage
Discover how to proxy serve favicons in Django from cloud storage like AWS S3, DigitalOcean Spaces, and Google Cloud Storage Buckets to mitigate CORS issues related to external storage.
June 3, 2025
How To Add A robots.txt File In Django
A discussion on how to serve a robots.txt file in a couple of different ways from a Django application.
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.