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/
精彩评论