As much as I've been hacking around Pylons this is an embarrassing question.
In trying to clean up my app, I moved some config statements into the development.ini file. lines like: > ############################################## > > # some configuration for the crm114 classifier > > ############################################## > > [crm] > > classifier =<osb unique microgroom> > > classes = dk is bs cf se > > dir =~/working/edgar/data/crm > > extension =.css > > logfile =%(dir)s/learning.log > How can I get at them in my app. Do I need to call ConfigParser myself?? I think if I don't use the [crm] section they are available in config['app_conf'] but that seems wrong. Dam, feel like a newbie again :`( -- Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
