On 2010-06-14 11:34, annet wrote:
ed something in the db.py file, the file contains the following
custom auth_user table:
If you are developping and testing using sqlite and your database not
content important data... I think you can just erase everything in
database folder...
Jonhy
I altered something in the db.py file, the file contains the following
custom auth_user table:
auth.settings.table_user = db.define_table('auth_user',
Field('first_name',length=24,default=''),
Field('last_name',length=42,default=''),
Field('bedrijf_id',db.bedrijf,default='',notnull=True
2 matches
Mail list logo