When working with models in Django with DateTimeField such as created_at, updated_at, and so on, we often come across the issue of supporting different timezones, especially when your intended audience is
From time to time we need to validate whether the URL is valid. Of course, there is a quick hacky implementation of checking if the input string has the URL format, such as: