pylons
Nosetests logcapture with Pylons not working
I\'m writing unit tests for a Pylons web application I\'m developing. I would like to see the logs.debug|info|etc when I run my tests and an error occurs, but right now it just captures the print() st[详细]
2023-02-24 06:14 分类:问答Formbuild with Pylons?
Is using formbuild with pylons, when you have pretty customized needs, actually easier tha开发者_StackOverflow中文版n manually creating your own form html?I really prefer plain html, but it\'s super e[详细]
2023-02-22 20:43 分类:问答How do I generate an XML file with the proper CGI header in pylons?
I\'m trying to write a simple pylons action to generate some xml.Here\'s the gist, with toy xml: class HelloController(BaseController):[详细]
2023-02-22 12:56 分类:问答access variable declared in child template or controller-wide variables
I have a small hierarchy of mako templates that go something like: base.mako <h1>${self.view()}</h1>[详细]
2023-02-21 22:23 分类:问答Equivalent of template context in Pyramid (pylons user)
What is the equivalent of template context in Pyramid? Does the IBeforeRender开发者_开发知识库 event in pyramid have anything to with this? I\'ve gone through the official documentation but diffcult[详细]
2023-02-21 20:02 分类:问答Pylons REPL reevaluate code in running web server
I\'m programming in python on a pre-existing pylons project (the okfn\'s ckan), but I\'m a lisper by trade and used to that way of doing things.[详细]
2023-02-19 07:47 分类:问答Pylons Paste running with no output
I\'ve hit a snag while running through the hello world pylons example. I see the following in terminal after calling pas开发者_StackOverflow社区ter serve development.ini with the vanilla development.i[详细]
2023-02-18 23:37 分类:问答Pylons middleware 404
i\'m new to Python and Pylons and want to know how it is possible to cancle the start routin of the pylons app.[详细]
2023-02-18 22:28 分类:问答Pylons and Facebook
The following is my oauth template top.location.href=\'https://graph.facebook.com/oauth/authorize?client_id=${config[\'facebook.appid\']}&redirect_uri=${config[\'facebook.callbackurl\']}&display=pag[详细]
2023-02-18 19:12 分类:问答Resources for pylons development
Are there any good resources for pylons development? I want to build a pylons app and run it on nginx (for speed)[详细]
2023-02-18 17:01 分类:问答