it will get the config values bypassing the cache.

config is in a sqlite db, so it is cached for 300s (the expiration is a
config option and you can change it)

because of that I have the setup/install (which needs a interface)

you can reload the cache with setup/reload


http://zerp.ly/rochacbruno
Em 15/01/2012 12:00, "villas" <[email protected]> escreveu:

> Thanks Bruno,  I am now experimenting with it.
>
> Probably worth mentioning for the benefit of others that changing a line
> in controllers/setup.py was sufficient to get things initially going:
>
> config = Config(autogetconfig=False)
>
> to
>
> config = Config(autogetconfig=True)
>
>
>
>

Reply via email to