Where can i found pycache ?
Em terça-feira, 26 de maio de 2020 04:41:45 UTC-3, Geo escreveu:
>
> I use python 3.7 but I had the same issue, to solve it I kind of cheated
> by adding MySQL default charset 255
>
> in gluon\contrib\pymsysql\charset.py I have added this at line 260 (at
> the end of
db.define_table('jogador',
Field('nome', 'string'),
Field('posicao','string'),
Field('altura','double'),
Field('peso','double'),
Field('equipe')
)
db.define_table('equipe',
Field('nome', 'string')
)
I'm trying do reference the field " Equipe " at Jogador with "Name" at
Equipe but
2 matches
Mail list logo