I\'ve been doing some work with Pylons recently and quite like the SQLAlchemy model for database interaction. There\'s one section of my website though which I think could benefit from an EAV schema.
Am going around the houses trying to find a way to implement a simple filter. I want to create the equivalentof some Smarty \"tags\" to make porting easier, notably
I have a dynamic form, i must bulid some post array to field witch some id. For example: <input type=\"checkbox\" name=\"field[124][]\" value=\"1\">
I\'m developing under Pylons using Mako templates. The problem is that I need to assign a string from some attribute of tmpl_context to a JavaScript variable in a page body. The additional problem is
I\'ve been reading http://pylonsbook.com/en/1.1/starting-the-simplesite-tutorial.html and following along with their SimpleSite tutorial but am having some issues with creating the Model.
I need to access the rfile and wfile properties of a request handler instance. AFAIK, such a handler is instantiated by the framework during request lifetime.
Short and sweet question: I\'ve inherited a Pylons site with a bunch of models. If it was 开发者_JS百科Django I would simply run \'syncdb\' to set up a local database. What is the equivalent in Pylon
I can\'t find information on how to destroy / kill a session within Pylons or Python on the interwebs.Thought it would be a good idea just to ask it here so that when I need to do it again a year from
I\'m looking into Pylons and was wondering, should I use Paste as the webserver or can I use Apache?
Pylons can email you errors when something goes wrong in production mode, bu开发者_JAVA技巧t it truncates the post parameters so it\'s hard to see what the error is. Is there a way to make it email yo