fixed issue 1077, thanks c.guimaraes

This commit is contained in:
mdipierro
2012-10-10 11:25:25 -05:00
parent 66aeff12fc
commit 1a1bb7abd7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.1.0 (2012-10-10 11:20:58) dev
Version 2.1.0 (2012-10-10 11:25:21) dev
+1 -1
View File
@@ -39,7 +39,7 @@ def deploy():
form = SQLFORM.factory(
Field('appcfg',default=GAE_APPCFG,label=T('Path to appcfg.py'),
requires=EXISTS(error_message=T('file not found'))),
Field('google_application_id',requires=IS_ALPHANUMERIC(),label=T('Google Application Id')),
Field('google_application_id',requires=IS_MATCH('[\w\-]+'),label=T('Google Application Id')),
Field('applications','list:string',
requires=IS_IN_SET(apps,multiple=True),
label=T('web2py apps to deploy')),