Hi All,

Once more determined to actually build something in pyramid, going to settle on a REST server to feed a web front end and likely a cli tool too.
Looking for advice on best bits to use, but in the meantime, looking at:

https://docs.pylonsproject.org/projects/pyramid_ldap/en/latest/#usage

...I see a bunch of config in a python file, which is what I hate most about Django.

I would expect to see AuthTktAuthenticationPolicy's secret and ldap queries and password all coming from a config file. What's the pattern for this with Pyramid? Also curious what the best way is to structure an app beyond a trivial one-file-r like that ;-) In my head, I'm surprised to see the configurator growing ldap_* methods (I guess added by the config.include('pyramid_ldap')?)

My ageing memory has something in it about .ini format files, but I know there was some talk of making the config file format pluggable, how did that pan out?

Excitedly yours,

Chris


--
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 post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/fd1d91f4-8e6b-cf46-232d-4b9e05f0ac9f%40withers.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to