开发者

Resources for pylons development

开发者 https://www.devze.com 2023-02-18 17:01 出处:网络
Are there any good resources for pylons development? I want to build a pylons app and run it on nginx (for speed)

Are there any good resources for pylons development?

I want to build a pylons app and run it on nginx (for speed)

I am looking to use mongo for the db.

Given this stack are there any resources that would point me in the right direction? 开发者_C百科 Any tips / suggestions welcome.


Yes and they are free: the pylons book: http://pylonsbook.com/

And the Pylonshq, where you can find more updated info, for example im not using the authkit that the book use, its kinda unsuported, I use the repoze.what and repoze pluggins for authentication and authorization http://wiki.pylonshq.com/dashboard.action

About the pylons mongodb integration (bad news by the way, it's kinda triky): http://niallohiggins.com/2010/06/20/python-mongodb-and-pylons-connection-handles-and-all-that-lark/

0

精彩评论

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