I am using django class based views. I am trying to validate the url field in forms.py file. To check whether the given url is valid format or not and return the errors in template page. Can anyone help me to do this.I am using django class based views. I am tryin