I am decoupling some code from Pyramid and am creating a dict-like object 
to live alongside the traditional application "settings" object available 
as `config.registry.settings` and `request.registry.settings`.  I am 
basically moving the non-Pyramid-centric application settings out of the 
ISettings container and into another object.

Is it appropriate to simply stash this object into the "config.registry" 
during the `__init__.py` `main()` def, or must it be registered?

An alternative option could be to place it within the 
`request.registry.settings` object too. I would like to avoid that if 
possible, just because I think it could be too confusing for maintenance.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/42cf539b-2eb0-4687-9288-fc06bc4a8fd3%40googlegroups.com.

Reply via email to