When working with models in Django with DateTimeField
[https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.DateTimeField]
such as created_at, updated_at, and so on, we often come
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: