Jun-05-2017, 07:49 PM
After changing from Form to FlaskForm , getting same error . I can print the value of form.first_name.data, form.last_name.data, form.email.data, form.password.data but when it is going to add into the table , giving error .
Do i have to do migration in Flask like we have to do in django.
Do i have to do migration in Flask like we have to do in django.