Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I am running Pylons on my local machine with paster, and on a Debian server using WSGI. I want to add some print statements to debug a problem: am not a Pylons or Python expert.
I am writing a Pylons-based download gateway. The gateway\'s client will address files by ID: /file_gw/download/1
I am planning to use mongodb with pylons. I was wondering whether authkit has support with mongodb. If there aren\'t can someone p开发者_Python百科lease tell me what are my options?
I would like to use autoload to use an existings database. I know how to do it without declarative syntax (model/_init_.py):
I\'ve learnt some basic in Django.. and there is lots of Django reusable apps availab开发者_如何学Gole for use.
So this question has been asked before, but not answered in great detail. I want to override the default Pylons error page to make a nicer, custom one. I\'ve got as far as overwriting the controller
I\'m writing a pylons application, and I\'m w开发者_开发技巧ondering if there is a best practice for where to set some application specific values of the template context object (tmpl_context)?
I\'ve been reading mako / pylons documentation and am having trouble finding good examples / discussion of integrating multiple applications into a single page, so for example, if i had a blog applica
I\'m basically asking how to \"include\" the plyons and mako files in a stand alone python script? I have a working web site, but what I want to do is use Mako templetes to format emails that Iinitia