Sounds good;
Perhaps you can also let us know when it is safe to pull from Trunk for
those using trunk in production.
Thanks.
David
if production == True:
'clone stable'
else:
'good luck buster'
if production == True:
'clone stable'
Hey sorry for the delayed response. But if was meant as joke.
Traceback (most recent call last):
File "/home/camcentral/Dev/web2py-hg/gluon/restricted.py", line 184, in restricted
exec ccode in environment
File "/home/camcentral/Dev/web2py-hg/applications/ccims/models/A_db.py", line 49, in <module>
auth.define_tables(username=True) # creates all needed tables
File "/home/camcentral/Dev/web2py-hg/gluon/tools.py", line 1148, in define_tables
format='%(username)s')
File "/home/camcentral/Dev/web2py-hg/gluon/dal.py", line 4175, in define_table
polymodel=polymodel)
File "/home/camcentral/Dev/web2py-hg/gluon/dal.py", line 633, in create_table
fake_migrate=fake_migrate)
File "/home/camcentral/Dev/web2py-hg/gluon/dal.py", line 716, in migrate_table
if query:
UnboundLocalError: local variable 'query' referenced before assignment
Did I miss a step? In development I default migrate=True fake_migrate=False
Ron
i have a one field i.e) usernamei want to accept only alphabets plz send this codedb.define_table('table1',Field('username', 'string')plz send code for this
--
@n!l m@n!ky@m