Hi sir,
Please after :
for name, schema in m._relations:
try:
m._setObject(name, schema.createRelation(name))
except:
pass
how can i do to get out of "for"
Hi sir,
Please after :
for name, schema in m._relations:
try:
m._setObject(name, schema.createRelation(name))
except:
pass
how can i do to get out of "for"