>
>> How do I append gp.fileupload to an existing Shabti
>> (shabti_formalchemy) application? In particular, how to attach the
>> middleware?
>
Thanks a lot, Graham!
>
> [pipeline:main]
> pipeline = fileupload {{package}}
>
> [filter:fileupload]
> [app:{{package}}]
> use = egg:{{package}}
Those were _the tricky_ parts. For standard development.ini reads:
[app:main]
use = egg:app
and adding [pipeline:main] from examples caused complaints about
"main" is ambigous...
May be append commented out pipeline: section and update app: section
in shabti's development.ini_tmpl?
Best regards,
--
Vladimir
--
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.