Why django gives me an error:
TypeError: __init__() got an unexpected keyword argument 'input_formats' at start_time=models.DateTimeField(input_formats='%d-%m-%y %H:%M')
Is there something wrong with the input format? What should I do if I want the format to be date - month - year hour minute ?
source share