On Aug 30, 12:22 pm, Ben Sizer <[email protected]> wrote: > On Aug 30, 5:08 pm, cd34 <[email protected]> wrote: > > > If you're just looking to use webhelpers in your existing forms, you > > would add it to your subscribers: > > > something like: > > > project/lib/subscribers.py:
You would create that file in the lib directory (if you desired) and reference it in your __init__.py. Where the file is actually located is a matter of personal preference. You could create subscribers.py in your project directory and adjust the config.add_subscribers line you added to your __init__.py as needed. -- 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.
