Re: [web2py] AppConfig and Storage

2015-04-22 Thread www.diazluis.com
where we can read more about this new option.? You could publish related link? El martes, 7 de abril de 2015, 11:19:17 (UTC-4:30), Niphlod escribió: > > >> Sorry for late intromission. >> >> Is all of this documented in the book? If I got right, this can change >> the programer’s expectation abo

Re: [web2py] AppConfig and Storage

2015-04-07 Thread Niphlod
> > > Sorry for late intromission. > > Is all of this documented in the book? If I got right, this can change the > programer’s expectation about when the system parameters will be refreshed. > that's why the scaffolding has reload=True, with a comment to remove that parameter once in product

Re: [web2py] AppConfig and Storage

2015-04-07 Thread 黄祥
not yet, already checked in : http://web2py.com/books/default/search/29?search=appconfig.ini if i'm not wrong in another threads, massimo told that the documentation will be updated on summer, hope this thing is included too. best regards, stifan -- Resources: - http://web2py.com - http://web2

Re: [web2py] AppConfig and Storage

2015-04-07 Thread Vinicius Assef
> On 4 Apr 2015, at 15:01, Niphlod wrote: > > if you look at the source code, you'll see that it's just an ini parser by > default. > All that it does is speedup the "settings" part without users knowing > anything about python (think when you finish an app and you deploy it on a > system yo

[web2py] AppConfig and Storage

2015-04-03 Thread 黄祥
hi, i notice that the new 2.10.3 have an AppConfig what is the difference with Storage? At the earlier i usually use Storage e.g. from gluon.storage import Storage settings = Storage() settings.email_server = 'logging' or 'smtp.gmail.com:587' yet right now in the new version it change into App