http://gluonframework.wordpress.com/2010/03/04/web2py-learner/
On Sep 30, 1:49 am, guruyaya <[email protected]> wrote: > I'm curious, what is populate for, anyway? > > On Sep 30, 3:13 am, Richard <[email protected]> wrote: > > > thanks - didn't know about that free plan. > > Pity they haven't translated everything to English. > > > On Sep 29, 8:13 am, Jose <[email protected]> wrote: > > > > On 25 ago, 00:15, Kevin <[email protected]> wrote: > > > > > You can remove gluon/contrib/populate.py, which is almost 1 mb. > > > > > You can also run web2py with `python -OO web2py.py`, and after getting > > > > the app to load all your modules (perhaps by accessing every page on > > > > your app), close down the server. Then remove all the .py and .pyc > > > > files, just leaving pyo files. These files won't have docstrings in > > > > them or comments, and will be rather minimalistic bytecode (just be > > > > sure to keep any of your original python code somewhere safe). > > > > > Make sure your application isn't set to cache to disk -- if any > > > > caching is done, cache in ram or not at all. Remove the README file > > > > and the scripts folder. > > > > > Anything else appears to be too small to be worth the effort. > > > > Hi kevin, > > > > thank you very much. > > > > Jose > >

