All the functions available in the 'admin' app are available in /gluon/admin.py for command line use. The function for compiling the app is app_compile(app, request), which in turn calls gluon.compileapp.compile_application. I don't think this is documented in the book.
Anthony On Sunday, August 28, 2011 9:05:11 PM UTC-4, Gwayne aka Mike Veltman wrote: > > > Its pretty annoying because I did know it before. > > Does anybody know what the command is to compile from the command line ? > > Also is there are website or part of the book that will collect this so I > can > add it ? > > Thanks in advance. > > With regards, > Mike Veltman > > >

