Check the sql.log in databases folder
also open your database and check the column name
2018-02-21 3:18 GMT+00:00 Joe :
> My form was working fine for a long time. Then, I made a small change in
> the db.py table, like this:
>
> Field('Website', requires=[IS_NOT_EMPTY(), IS_URL()]),
>
> to th
My form was working fine for a long time. Then, I made a small change in
the db.py table, like this:
Field('Website', requires=[IS_NOT_EMPTY(), IS_URL()]),
to this:
Field('website', requires=[IS_NOT_EMPTY(), IS_URL()]),
I changed the *W* in the '*W*ebsite', from uppercase to lowercase and the
2 matches
Mail list logo