-
Django makemigrations Error
TypeError: __init__() got an unexpected keyword argument ‘max_lenght’ After running python3 manage.py makemigrations command you see the above error? Solution – Read the error carefully, the error occurred because of a spelling mistake in ‘max_length’ I typed it as ‘max_lenght‘ instead of ‘max_legth‘.
