>
>
> Beware: since it's made for speed, once you take out the "reload" on the 
> initialization, values will be stored indefinitely as they are fetched the 
> first time.
>

agreed, already tested it. imho, i think is still not stable.
e.g.
private/appconfig.ini
[auth]
actions_disabled   = ['profile', 'register']

[google_analytics_id]
;google_analytics_id = 1
google_analytics_id = None

[meta]
menu = [
(T('Master'), False, URL('master', 'index'), []), 
]

1. the auth using list is work fine define it on appconfig.ini
2. the google analytics can work too, when i change the value (None into 1)
3. the meta is crashed because i made it in python style, so when i cut it 
on the appconfig.ini n paste in menu.py the error is still occured. 
(fetched indefintely)

what i think is not stable, is when i change the value of google analytics, 
it just take a few refresh in view page source on browser (the value 
change). when i cut the meta menu, paste it on menu.py and do a lot of 
refresh, the error is still there.

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to