On 5/31/07, Mike Orr <[EMAIL PROTECTED]> wrote:
>
> OK, I replaced:
>
> app = ConfigMiddleware(app, {'app_conf': app_conf, 'global_conf':
> global_conf})
>
> with:
>
> app = ConfigMiddleware(app, conf)
>
> I guess everybody who's converting old projects will have to do this
> as well as modifying the top of middleware/make_app .Had to do this as well. May be ChangeLog can provide hints about changes in default project layout the users of older release should pay attention to? Max. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
