django model add scheme to url field if not represented
I have a model with a URL field in my Django project. I want to ensure that a scheme (like https://) is added to the URL if it doesn’t exist.
I have a model with a URL field in my Django project. I want to ensure that a scheme (like https://) is added to the URL if it doesn’t exist.