开发者

Where to download Pylons reusable apps

I've learnt some basic in Django.. and there is lots of Django reusable apps availab开发者_如何学Gole for use.

But how about Pylons? Where to download Pylons reusable apps?


OK, I'll bite. There are at least 2 ways I can think of to answer this question.

1: there aren't reusable apps for pylons. In the same sense as what you are thinking for django. I'll assume you mean something like pinax. in which the clear answer is no as far as you would be concerned.

or

2: in pylons, a request can be routed to any wsgi application, you can do so in your paste config via url map(not a pylons feature but a paste feature), or using the wsgi app as a controller or within a controller. So in this sense, any wsgi application (pdf) is a reusable app. And of course there's plenty of wsgi middleware out there to reuse.

But if you are coming from django and expecting to get the same kind of out of the box treatment that you are used to, pylons is going to disappoint you as if you purchased a blowtorch with the expectation that it would get you to the airport. wrong tool for the job.

You may want to look at turbogears which is built on top of pylons and has more out of the box things for you to use.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜